-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
While connecting the neo4jrestclient with neo4j database (docker version) The below error occurs:-
Failed to create the driver in neo4jrestclient: 'relationship_index'
This doesn't happen with the community version (which i tried in my local setup), but occurs in docker version of Neo4j (version : > 4.0.x). No error was found with the docker version setup, but still the relationship_index is repeated.
Neo4j:- 4.0.X Python- 3.5.X Neo4jrestclient- 1.5.0 (https://pypi.org/project/neo4jrestclient/1.5.0/)
Kindly suggest some ways to resolve this issue.
code
from neo4jrestclient.client import GraphDatabase
gdb = GraphDatabase("http://host_ip:7474/",username="USER",password="PWD")
coffeegist, chris-aeviator, pwnipc and jonhealy1
Metadata
Metadata
Assignees
Labels
No labels