-
Notifications
You must be signed in to change notification settings - Fork 49
Exception: redisgraph.query_result.QueryResult.pretty_print #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Please see my answer to #40 |
mhmhm ... your answer to #40 did not solve the issue with the docker container. Now after installing the new redisgrap py I have this error:
|
For your information, updating the docker image to Redis 5.0.5 (00000000/0) 64 bit does not have any efffect on the error |
Please pull the edge version of RedisGraph from dockerhub |
Still not quite there. This time the test file above does not raise any expections, however the result of pretty_print is not what is expected
|
the result-set is returning empty as the query is looking for a connection between a person and a country, but the graph been created doesn't contains any connections. I've updated the test file:
|
Running this code:
raises:
I am running redisgraph from docker
The text was updated successfully, but these errors were encountered: