cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Troubles with running py2neo

Please, help with OverflowError: mktime argument out of range

3X_e_0_e04b3f741a6e76d72176aa140730915392dff223.png

neo4j vesion: 4.3.5
py2neo version: 2021.2.0

1 ACCEPTED SOLUTION

It appears that the newest version of py2neo is not working with the newest version of neo4j. Resolved the issue by downgrading py2neo:

pip install py2neo==4.2.0

View solution in original post

1 REPLY 1

It appears that the newest version of py2neo is not working with the newest version of neo4j. Resolved the issue by downgrading py2neo:

pip install py2neo==4.2.0