Forums

MODULENOTFOUND ERROR

Can someone help with below error? Module Openpyxl is satisfied in bash. but still gettting the error. Error running WSGI application 2022-08-17 18:33:07,709: ModuleNotFoundError: No module named 'openpyxl' 2022-08-17 18:33:07,709: File "/var/www/anveshj_pythonanywhere_com_wsgi.py", line 16, in <module> 2022-08-17 18:33:07,709: from index import app 2022-08-17 18:33:07,709: 2022-08-17 18:33:07,709: File "/home/ANVESHJ/UCT-DASHBOARD/index.py", line 7, in <module> 2022-08-17 18:33:07,710: import TOOLCOSTS,FAB,PARTSEARCH,LABORHOURS,Version 2022-08-17 18:33:07,710: 2022-08-17 18:33:07,710: File "/home/ANVESHJ/apps/./PARTSEARCH.py", line 9, in <module> 2022-08-17 18:33:07,710: import openpyxl 2022-08-17 18:33:07,710: ******* 2022-08-17 18:33:07,710: If you're seeing an import error and don't know why, 2022-08-17 18:33:07,710: we have a dedicated help page to help you debug: 2022-08-17 18:33:07,710: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2022-08-17 18:33:07,710: *******

Make sure that you have installed the module into the version of Python/virtualenv that you are using for your web app.