I'm trying to run my server but an error is displayed
ModuleNotFound: No module named 'sqlalchemy.pool.apidb_proxy'
it's developed in flask, I'm new into this and all has been working but after my server turned off by mistake it doesn't work.
I just type gunicorn --bind 0.0.0.0:5000 app:app like used to but it doesn't run.
gunicorn --bind 0.0.0.0:5000 app:app
I've tryied to reinstall flask, flask_sqlalchemy and sqlalchemy.
Thank you for your help
2.1m questions
2.1m answers
60 comments
57.0k users