Skip to content

Tag: neo4j

Error connecting python to neo4j using py2neo

I wrote the following python code to neo4j using py2neo but i got the following error can anyone please help me.This is the first time i writing python code to connect to neo4j. Answer If you’re using Neo4j 2.2, authentication for database servers is enabled by default. You need to authenticate before p…