문제

I am trying to create a NEO4j cypher transaction using the py2neo library following the example on:

http://book.py2neo.org/en/latest/cypher/#id2

When executing and committing the transaction I get the error:

py2neo.cypher.InvalidSemantics: Unbound pattern!

I'm using the py2neo 1.6.3 library and the newest 2.01 of NEO4j. Does anyone have insight please?

도움이 되었습니까?

해결책

This was a documentation bug on my part where I had uploaded broken Cypher. The example has now been corrected.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top