Flask-And-Redis
Flask-And-Redis copied to clipboard
ModuleNotFoundError: No module named 'flask_redis'
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
@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 😎