Skip to content

Commit

Permalink
Add version combo that works here
Browse files Browse the repository at this point in the history
  • Loading branch information
dvklopfenstein committed May 16, 2021
1 parent b2d0965 commit ac7402f
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions doc/md/README_install_neo4j.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,20 @@ See below for user hints ...


## Hints for installing Neo4j (details)
We could not get Reactome v71 to connect to Python using the latest Neo4j, 4.0.1.
The old version of Neo4j, 3.4.7, works great.
Reactome v76 would not connect to Python using the latest Neo4j, 4.2.6.
An older version of Neo4j, 4.1.9, works great.

This mixture of versions worked with Reactome v76:
```
export JAVA_VER=jdk-11.0.11
export NEO4J_CONF=/home/neo4j/neo4j/neo4j-community-4.1.9/conf
export NEO4J_HOME=/home/neo4j/neo4j/neo4j-community-4.1.9
```
and the version of the `neo4j` Python package worked:
```
$ python3 -c "import neo4j; print(neo4j.__version__)"
4.2.1
```

### Download the [_Neo4j Community Server Edition_](https://neo4j.com/download-center/#releases)
https://neo4j.com/download-center/#releases
Expand Down

0 comments on commit ac7402f

Please # to comment.