Troubles with running py2neo

Please, help with OverflowError: mktime argument out of range

image

neo4j vesion: 4.3.5
py2neo version: 2021.2.0

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

1 Like