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

CypherSyntaxError when trying to execute the examples with neo4j #129

Open
Benjamin2107 opened this issue May 23, 2023 · 3 comments
Open

Comments

@Benjamin2107
Copy link

When trying to execute any of the examples that work with a neo4j db, the same error occurs:

neo4j.exceptions.CypherSyntaxError: {code: Neo.ClientError.Statement.SyntaxError} {message: "Support for setting Cypher Version has been removed (line 2, column 40 (offset: 40)) CYPHER 3.5"}

Changing to an older version of neo4j (4.4.1) didn't work and caused the same error.
Removing the CYPHER 3.5 commands in cypher_commands.py causes another error:

neo4j.exceptions.CypherSyntaxError: {code: Neo.ClientError.Statement.SyntaxError} {message: Invalid input '{': expected "+" or "-" (line 2, column 39 (offset: 103))
" MERGE (node:Agent {meta:identifier: {meta:identifier}})"}

Do you know a possible solution for this?

@B-Stefan
Copy link
Collaborator

I will try to reproduce this issue today.

@B-Stefan
Copy link
Collaborator

If you want, you could check out an older release of the lib.
E.g. https://github.com/DLR-SC/prov-db-connector/releases/tag/v0.4.0

@parth-kulkarni1
Copy link

Hi has this issue being fixed yet? Still getting the same error despite downgrading the library and the neo4j library too.

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

3 participants