Hello all,
I have a graph that I want to query. I am using py2neo to do the task. However, when I ran the query, It results in the following error even though I installed the stable release.
Graph.run("MATCH (a) WHERE n.name=$x RETURN n.id, labels(n)...