Hello,
The code throwing the error looks like this:
from py2neo import Graph
graph = Graph()
###same if I do "graph = Graph("bolt://localhost:7687", auth=("neo4j", "0000"))"
And I get this:
Traceback (most recent call last):
File "/Users/dchang/anaco...