Flask-And-Redis icon indicating copy to clipboard operation
Flask-And-Redis copied to clipboard

ModuleNotFoundError: No module named 'flask_redis'

Open adildg opened this issue 2 years ago • 1 comments

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 avatar Sep 13 '22 18:09 adildg

@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 😎

playpauseandstop avatar Sep 14 '22 09:09 playpauseandstop