We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have been using Flask-And-Redis for some time, and I have noticed that when I use Python-3.10.x it doesn't work and I get this error :
ModuleNotFoundError: No module named 'flask_redis'
It only works if I use
$ python3.9 -m venv venv
The text was updated successfully, but these errors were encountered:
@adildg
Thanks for reporting this! I wanted to introduce package for modern Python workflow and versions for such a long time, so now I have no excuses 😎
Sorry, something went wrong.
No branches or pull requests
I have been using Flask-And-Redis for some time, and I have noticed that when I use Python-3.10.x it doesn't work and I get this error :
It only works if I use
The text was updated successfully, but these errors were encountered: