cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

jv_internet
Node Link
since ‎05-03-2020
‎06-01-2022

User Statistics

  • 9 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

I'm trying the following: from py2neo import Graph, Node graph = Graph() #1 alice = Node("Person", name="Alice") graph.create(alice) I get the following error when I turn authentication off Traceback (most recent call last): File "", line 1, in File...
I am using IntelliJIdea on Windows 7 Enterprise, Python 3.6.4. When I try installing neo4j using command pip install neo4j I get the following message: Could not find a version that satisfies the requirement neo4j (from versions: ) No matching distri...
Kudos from