You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@zhanymkanov, this is due to a local file called redis.py that exists at the same path but lacks the asyncio module. Changing its name to something else fixes the problem.
from redis.asyncio import Redis
ModuleNotFoundError: No module named 'redis.asyncio'; 'redis' is not a package
Hi,Brother, how to solve this error reported by redis.
The text was updated successfully, but these errors were encountered: