Forums

Module not found: No module named flask_session

I keep getting this error

2023-04-05 13:11:17,099: Error running WSGI application 2023-04-05 13:11:17,100: ModuleNotFoundError: No module named 'flask_session' 2023-04-05 13:11:17,100: File "/var/www/www_3lakesproperties_com_wsgi.py", line 16, in <module> 2023-04-05 13:11:17,100: from flask_app import app as application # noqa 2023-04-05 13:11:17,100: 2023-04-05 13:11:17,100: File "/home/jadenbon/mysite/flask_app.py", line 2, in <module> 2023-04-05 13:11:17,101: from flask_session import Session 2023-04-05 13:11:17,101: *************************************************** 2023-04-05 13:11:17,101: If you're seeing an import error and don't know why, 2023-04-05 13:11:17,101: we have a dedicated help page to help you debug: 2023-04-05 13:11:17,101: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2023-04-05 13:11:17,101: ***************************************************

I've installed Flask-Session with pip3.6 install --user Flask-Session but it wont work! I need help as I'm supposed to be done with this today!

Did you go through all the debugging steps in this help page? What was the result?