Closed
Description
client.py
is trying to import from the redis.commands
module, and this import raises ModuleNotFoundError: No module named 'redis.commands'
.../site-packages/redis/client.py:9: in <module>
from redis.commands import CoreCommands, RedisModuleCommands, list_or_args
E ModuleNotFoundError: No module named 'redis.commands'
Version: 4.0.0b2
Platform: Ubuntu
Description:
I'm getting the error ModuleNotFoundError: No module named 'redis.commands'
after installing redis version 4.0.0b2
According to github, the tag 4.0.0b2 has a module named commands.
When downloading the tar.gz from pypi, the module is not there.