-
Notifications
You must be signed in to change notification settings - Fork 154
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
Cache.REDIS: issubclass() arg 1 must be a class #539
Comments
add lib aioredis==1.3.1 to requirments.txt |
I get a similar error:
In this case, installing |
If someone wants to add a |
This was referenced Dec 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In trying https://stackoverflow.com/questions/65686318/sharing-python-objects-across-multiple-workers I've encountered this exception.
Seems hit same issue here: pydantic/pydantic#545 (comment)
From docker stderr:
REPL:
Packages:
EDIT: Wasn't able to resolve the issue, ended up using
aioredis
instead.The text was updated successfully, but these errors were encountered: