You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
The text was updated successfully, but these errors were encountered: