Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed Driver connection Error :'relationship_index' #139

Open
Sarathy-R opened this issue Oct 19, 2020 · 4 comments
Open

Failed Driver connection Error :'relationship_index' #139

Sarathy-R opened this issue Oct 19, 2020 · 4 comments

Comments

@Sarathy-R
Copy link

Sarathy-R commented Oct 19, 2020

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
Copy link

+1 here

@chris-aeviator
Copy link

Same here.

@chandan86605
Copy link

does anyone find the solution..????

@Securee
Copy link

Securee commented Dec 26, 2022

Don't install the lastest version neo4j, because new version neo4j http API respone had changed a lot.
you can try inistall neo4j 3.1.7, which will be resolve your problem.
For detail,please hava a look at the flowing link:
https://debian.neo4j.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants