Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Cypher literal values of type interchange.geo.WGS84Point are not supported #957

Open
suciokhan opened this issue Jan 3, 2023 · 0 comments

Comments

@suciokhan
Copy link

suciokhan commented Jan 3, 2023

py2neo version: 2021.2.3
python version: 3.9.15

I created a database with nodes that include coordinates and am able to retrieve them using the basic GUI with this query:

match (n) return n limit 1;
Screenshot from 2023-01-03 09-17-02

However, when I attempt the same thing using py2neo like this:

graph.run("match (n) return n limit 1;")

I get the following error:

TypeError: Cypher literal values of type interchange.geo.WGS84Point are not supported.

Are there plans to include WGS84Point support? If not, is there perhaps a work-around?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant