I'm trying to execute a cypher query with py2neo 2.0 (and Neo4j 2.1.6), but it fails with the following error:
File "C:\Envs\project\lib\site-packages\py2neo\core.py", line 678, in cypher
self.__cypher = CypherResource(metadata["cypher"], metadata.get("transaction")) KeyError: "u'cypher'
While debugging, I found that the metadata property doesn't have a cypher
entry, but I'm wondering how I can solve it.