Hi all, I am trying to connect my python env from google Collab with my neo4j desktop 5.24v,
I am trying with below script
from graphdatascience import GraphDataScience
gds = GraphDataScience('neo4j://localhost:7687', auth=('neo4j', '****'))
but its erroring out with
ERROR:neo4j.pool:Unable to retrieve routing information
WARNING:root:Unable to connect to the Neo4j DBMS. Trying again...
ERROR:neo4j.pool:Unable to retrieve routing information
ERROR:neo4j.pool:Unable to retrieve routing information
ERROR:neo4j.pool:Unable to retrieve routing information
any idea how to fix it?