Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
12-10-2021 02:28 AM
Hi everyone,
I realized a problem concerning py2neo package used with Python vr3.5+
I did the following for neo4j package authentication:
GraphDatabase.driver("bolt://localhost:7867", "neo4j", "password")
But for py2neo package, when feeding in the same arguments for authentication:
Graph("bolt://localhost:7867", auth=("neo4j", "password"))
It's getting an error:
IndexError: pop from an empty deque
With another error exception:
Client Error: [Security.Unauthorized] The client is unauthorized due to authentication failure.
Tried multiple older versions of py2neo 2020.0.0 but yield similar results.
Accepting all suggestions here
12-14-2021 04:49 PM
12-14-2021 05:52 PM
Hi @tfontanella011 ,
Thanks for clarity.
As I have mentioned, I have used the exact same password authentication to connect to Neo4j instance using the neo4j package for python driver and it works.
But when I try to connect using py2neo, it seems to be able to sense the connection but it does not want to.
All the sessions of the conference are now available online