python操作neo4j出現錯誤:AttributeError: ‘NoneType‘ object has no attribute ‘get_dictionary‘

錯誤描述: 在從neo4j中讀取數據的時候,出現這個錯誤。數據庫是有數據,但是一直都是讀不到。關係和end結點都是none 但是實際數據庫是有數據的: 這個裏面的relationship是數據庫中的關係類型,name是關係名。 最好換了一種取數據的方式,得到了下面的數據 from py2neo import Graph, Node, Relationship neo_graph = Graph("
相關文章
相關標籤/搜索