2017년 12월 1일 Python graph db, neo4j, Python, 그래프, 파이썬
py2neo를 쓰는 과정에서 모듈을 설치했음에도 불구하고 아래와 같은 에러메세지가 떠 해결책을 찾아본 후 정리한다.
graph' object has no attribute 'cypher'
$ pip uninstall py2neo $ pip install py2neo==2.0.8