-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
redis.commands module missing in pypi release 4.0.0b2 #1645
Comments
@guigarfr Wow - thanks for the great catch. A new package will have to upstream shortly. I'm not sure why setup didn't bulid the package - but I'm hunting. |
For the curious - setup.py build/sdist didn't automatically descend into redis.commands. The change linked here adds redis.commands to the packages tree. A new release is coming. |
* Fixing the package to include commands. Fixes #1645
It is marked as closed, but I'm still getting exactly the same error:
|
Ok, I have an extension that syncs |
client.py
is trying to import from theredis.commands
module, and this import raisesModuleNotFoundError: 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.0b2According to github, the tag 4.0.0b2 has a module named commands.
When downloading the tar.gz from pypi, the module is not there.
The text was updated successfully, but these errors were encountered: