Closed yhgon closed 1 year ago
Can you please be more descriptive? What's the issue you're seeing? What Redis are you running?
If you're trying to use redisearch, I highly recommend the redis-stack-server docker. Note - you should be running at least Python 3.7, and redis-py 4.4.
Python 3.5 is no longer supported (by Python.org), nor here.
Are you seeing some error because you don't have redis-py installed? Why are you reporting that as a bug here?
Seems like the error message comes from auto-gpt? I assume you are trying to use auto-gpt without docker? The docs don't seem to mention how to actually install all dependencies. Try pip install -r requirements.txt
.
In any case, this is not a redis-py
issue. Use the auto-gpt issue tracker if you have more questions.
Version: What redis-py and what redis version is the issue happening on?
redis cli works well and work within python as below :
with configure
it have error
Platform: What platform / version? (For example Python 3.5.1 on Windows 7 / Ubuntu 15.10 / Azure)
Description: Description of your issue, stack traces from errors and code that reproduces the issue