I am trying to install AGE via the python driver but it keeps giving me the same error.
Following the steps on the drivers/python/README.md. I starting getting errors after running
pip install --no-binary:all: psycopg2
it returned:
Failed to build psycopg2
ERROR: Could not build wheels for psycopg2, which is required to install pyproject toml-based projects
I installed psycopg2-binary
instead and that went smoothly. However, while running the tests, it returned Exception: Could not deserialize ATN with version.....
. I tried to install but kept getting one of the errors.
How can I solve this?