I want to use compat in the latest py2neo version. So I installed it from pip: py2neo-compat · PyPI as:
pip install py2neo-compat
But it's automatically installed py2neo version 2.0.9 and py2neo-compat version 1.0.1. (Also checked from pip list) cause of some dependency.
py2neo 2.0.9
py2neo-compat 1.0.1
That's why lot's packages of the latest version of py2neo can't be used. So how can I use or is there any alternative to use py2neo-compat(compat package) for the latest versions of py2neo?