redisgears-py
redisgears-py copied to clipboard
redisgears-py should support > python 3.7
ERROR: Package 'gearsclient' requires a different Python: 3.8.10 not in '<3.8,>=3.6'
I tried installing on python 3.10 and of course have a similar problem.
Is there a workaround?
I face this exception in python 3.7
redis.exceptions.ResponseError: Could not satisfy requirements (look at redis log file for more information)
@bwithai I noticed that you haven't installed this library in the redisgears virtualenv as per the README. This client is meant to be run within the Redis server context hosting gears.
Fisrt of all thanks for your response 💖
After running the container is it possible to install the python module.
I did research on this and fine https://forum.redis.com/t/numpy-on-redis-gears-docker/313/8 and https://forum.redis.com/t/how-to-install-python-packages-to-redisgears-docker-image/825
But yet not working.
Want to post the issue? Maybe I can help.