Closed andreaBelmont closed 5 years ago
Please install redisgraph-py directly from git:
pip install git+https://github.com/RedisGraph/redisgraph-py.git
RedisGraph 2.0 (728080f8d6bf72dc12fd90a98f741dbb0f04b74b) is yet to be officially released, it introduces a change to the result-set structure which isn't compatible with RedisGraph-py 1.7
Thank you this issue is resolved
For the ones using Docker Images for Redis the same problem will appear if you're using the latest image redislabs/redisgraph
To comply with redisgraph-py:1.7, you should use redislabs/redisgraph:1.2.2.
Hey, This issue is still there. @swilly22 's solution solves the problem.
Running this code
raises:
redis-cli monitor shows
The redisgraph.so library was built successfully from commit:
Could you please help?
Thanks
Andrea