Skip to content

redis.commands module missing in pypi release 4.0.0b2 #1645

Closed
@guigarfr

Description

@guigarfr

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions