Forums

Error running WSGI application, no module named 'app'

2023-06-28 23:21:41,111: Error running WSGI application 2023-06-28 23:21:41,115: ModuleNotFoundError: No module named 'app' 2023-06-28 23:21:41,115: File "/var/www/datasetautomate_pythonanywhere_com_wsgi.py", line 16, in <module> 2023-06-28 23:21:41,115: from app import app as application # noqa 2023-06-28 23:21:41,115: ******* 2023-06-28 23:21:41,116: If you're seeing an import error and don't know why, 2023-06-28 23:21:41,116: we have a dedicated help page to help you debug: 2023-06-28 23:21:41,116: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2023-06-28 23:21:41,116: ******* 2023-06-28 23:21:43,938: Error running WSGI application 2023-06-28 23:21:43,938: ModuleNotFoundError: No module named 'app' 2023-06-28 23:21:43,938: File "/var/www/datasetautomate_pythonanywhere_com_wsgi.py", line 16, in <module> 2023-06-28 23:21:43,939: from app import app as application # noqa 2023-06-28 23:21:43,939: ******* 2023-06-28 23:21:43,939: If you're seeing an import error and don't know why, 2023-06-28 23:21:43,939: we have a dedicated help page to help you debug: 2023-06-28 23:21:43,939: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2023-06-28 23:21:43,939: ******* 2023-06-28 23:22:34,011: Error running WSGI application 2023-06-28 23:22:34,011: ModuleNotFoundError: No module named 'app' 2023-06-28 23:22:34,012: File "/var/www/datasetautomate_pythonanywhere_com_wsgi.py", line 16, in <module> 2023-06-28 23:22:34,012: from app import app as application # noqa 2023-06-28 23:22:34,012: ******* 2023-06-28 23:22:34,012: If you're seeing an import error and don't know why, 2023-06-28 23:22:34,012: we have a dedicated help page to help you debug: 2023-06-28 23:22:34,012: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2023-06-28 23:22:34,012: ******* 2023-06-28 23:34:28,858: Error running WSGI application 2023-06-28 23:34:28,860: ImportError: cannot import name 'app' from 'app' (/home/datasetautomate/.virtualenvs/flaskk/lib/python3.10/site-packages/app/init.py) 2023-06-28 23:34:28,860: File "/var/www/datasetautomate_pythonanywhere_com_wsgi.py", line 16, in <module> 2023-06-28 23:34:28,860: from app import app as application # noqa 2023-06-28 23:34:28,860: ******* 2023-06-28 23:34:28,860: If you're seeing an import error and don't know why, 2023-06-28 23:34:28,860: we have a dedicated help page to help you debug: 2023-06-28 23:34:28,860: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2023-06-28 23:34:28,860: ******* 2023-06-28 23:34:33,428: Error running WSGI application 2023-06-28 23:34:33,429: ImportError: cannot import name 'app' from 'app' (/home/datasetautomate/.virtualenvs/flaskk/lib/python3.10/site-packages/app/init.py) 2023-06-28 23:34:33,429: File "/var/www/datasetautomate_pythonanywhere_com_wsgi.py", line 16, in <module> 2023-06-28 23:34:33,429: from app import app as application # noqa 2023-06-28 23:34:33,429: ******* 2023-06-28 23:34:33,429: If you're seeing an import error and don't know why, 2023-06-28 23:34:33,430: we have a dedicated help page to help you debug: 2023-06-28 23:34:33,430: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2023-06-28 23:34:33,430: ******* 2023-06-28 23:44:54,726: Error running WSGI application 2023-06-28 23:44:54,729: ImportError: cannot import name 'app' from 'app' (/home/datasetautomate/.virtualenvs/flaskk/lib/python3.10/site-packages/app/init.py) 2023-06-28 23:44:54,730: File "/var/www/datasetautomate_pythonanywhere_com_wsgi.py", line 16, in <module> 2023-06-28 23:44:54,730: from app import app as application # noqa 2023-06-28 23:44:54,730: ******* 2023-06-28 23:44:54,730: If you're seeing an import error and don't know why, 2023-06-28 23:44:54,730: we have a dedicated help page to help you debug: 2023-06-28 23:44:54,730: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2023-06-28 23:44:54,731: ******* 2023-06-29 00:05:57,674: Error running WSGI application 2023-06-29 00:05:57,677: ModuleNotFoundError: No module named 'pandas' 2023-06-29 00:05:57,677: File "/var/www/datasetautomate_pythonanywhere_com_wsgi.py", line 16, in <module> 2023-06-29 00:05:57,678: from app import app as application # noqa 2023-06-29 00:05:57,678: 2023-06-29 00:05:57,678: File "/home/datasetautomate/mysite/app.py", line 4, in <module> 2023-06-29 00:05:57,678: import pandas as pd 2023-06-29 00:05:57,678: ******* 2023-06-29 00:05:57,678: If you're seeing an import error and don't know why, 2023-06-29 00:05:57,678: we have a dedicated help page to help you debug: 2023-06-29 00:05:57,678: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2023-06-29 00:05:57,678: ******* 2023-06-29 00:06:02,039: Error running WSGI application 2023-06-29 00:06:02,043: ModuleNotFoundError: No module named 'pandas' 2023-06-29 00:06:02,043: File "/var/www/datasetautomate_pythonanywhere_com_wsgi.py", line 16, in <module> 2023-06-29 00:06:02,044: from app import app as application # noqa 2023-06-29 00:06:02,044: 2023-06-29 00:06:02,044: File "/home/datasetautomate/mysite/app.py", line 4, in <module> 2023-06-29 00:06:02,044: import pandas as pd 2023-06-29 00:06:02,044: ******* 2023-06-29 00:06:02,045: If you're seeing an import error and don't know why, 2023-06-29 00:06:02,045: we have a dedicated help page to help you debug: 2023-06-29 00:06:02,045: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2023-06-29 00:06:02,045: ******* 2023-06-29 00:09:37,731: Error running WSGI application 2023-06-29 00:09:37,734: ModuleNotFoundError: No module named 'pandas' 2023-06-29 00:09:37,734: File "/var/www/datasetautomate_pythonanywhere_com_wsgi.py", line 16, in <module> 2023-06-29 00:09:37,734: from app import app as application # noqa 2023-06-29 00:09:37,734: 2023-06-29 00:09:37,734: File "/home/datasetautomate/mysite/app.py", line 4, in <module> 2023-06-29 00:09:37,734: import pandas as pd 2023-06-29 00:09:37,735: ******* 2023-06-29 00:09:37,735: If you're seeing an import error and don't know why, 2023-06-29 00:09:37,735: we have a dedicated help page to help you debug: 2023-06-29 00:09:37,735: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2023-06-29 00:09:37,735: ******* 2023-06-29 00:09:41,187: Error running WSGI application 2023-06-29 00:09:41,188: ModuleNotFoundError: No module named 'pandas' 2023-06-29 00:09:41,189: File "/var/www/datasetautomate_pythonanywhere_com_wsgi.py", line 16, in <module> 2023-06-29 00:09:41,189: from app import app as application # noqa 2023-06-29 00:09:41,189: 2023-06-29 00:09:41,189: File "/home/datasetautomate/mysite/app.py", line 4, in <module> 2023-06-29 00:09:41,190: import pandas as pd 2023-06-29 00:09:41,190: ******* 2023-06-29 00:09:41,190: If you're seeing an import error and don't know why, 2023-06-29 00:09:41,190: we have a dedicated help page to help you debug: 2023-06-29 00:09:41,190: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2023-06-29 00:09:41,191: ******* 2023-06-29 00:13:27,669: Error running WSGI application 2023-06-29 00:13:27,673: ModuleNotFoundError: No module named 'pandas' 2023-06-29 00:13:27,673: File "/var/www/datasetautomate_pythonanywhere_com_wsgi.py", line 16, in <module> 2023-06-29 00:13:27,673: from app import app as application # noqa 2023-06-29 00:13:27,674: 2023-06-29 00:13:27,674: File "/home/datasetautomate/mysite/app.py", line 4, in <module> 2023-06-29 00:13:27,674: import pandas as pd 2023-06-29 00:13:27,674: ******* 2023-06-29 00:13:27,674: If you're seeing an import error and don't know why, 2023-06-29 00:13:27,675: we have a dedicated help page to help you debug: 2023-06-29 00:13:27,675: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2023-06-29 00:13:27,675: ******* 2023-06-29 00:15:15,945: Error running WSGI application 2023-06-29 00:15:15,950: ModuleNotFoundError: No module named 'pandas' 2023-06-29 00:15:15,950: File "/var/www/datasetautomate_pythonanywhere_com_wsgi.py", line 16, in <module> 2023-06-29 00:15:15,950: from app import app as application # noqa 2023-06-29 00:15:15,950: 2023-06-29 00:15:15,951: File "/home/datasetautomate/mysite/app.py", line 4, in <module> 2023-06-29 00:15:15,951: import pandas as pd 2023-06-29 00:15:15,951: ******* 2023-06-29 00:15:15,951: If you're seeing an import error and don't know why, 2023-06-29 00:15:15,951: we have a dedicated help page to help you debug: 2023-06-29 00:15:15,952: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2023-06-29 00:15:15,952: ******* 2023-06-29 00:15:18,311: Error running WSGI application 2023-06-29 00:15:18,312: ModuleNotFoundError: No module named 'pandas' 2023-06-29 00:15:18,312: File "/var/www/datasetautomate_pythonanywhere_com_wsgi.py", line 16, in <module> 2023-06-29 00:15:18,312: from app import app as application # noqa 2023-06-29 00:15:18,312: 2023-06-29 00:15:18,312: File "/home/datasetautomate/mysite/app.py", line 4, in <module> 2023-06-29 00:15:18,313: import pandas as pd 2023-06-29 00:15:18,313: ******* 2023-06-29 00:15:18,313: If you're seeing an import error and don't know why, 2023-06-29 00:15:18,313: we have a dedicated help page to help you debug: 2023-06-29 00:15:18,313: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2023-06-29 00:15:18,313: ******* 2023-06-29 00:21:55,026: Error running WSGI application 2023-06-29 00:21:55,030: ModuleNotFoundError: No module named 'pandas' 2023-06-29 00:21:55,030: File "/var/www/datasetautomate_pythonanywhere_com_wsgi.py", line 16, in <module> 2023-06-29 00:21:55,030: from app import app as application # noqa 2023-06-29 00:21:55,030: 2023-06-29 00:21:55,030: File "/home/datasetautomate/mysite/app.py", line 4, in <module> 2023-06-29 00:21:55,030: import pandas as pd 2023-06-29 00:21:55,031: ******* 2023-06-29 00:21:55,031: If you're seeing an import error and don't know why, 2023-06-29 00:21:55,031: we have a dedicated help page to help you debug: 2023-06-29 00:21:55,031: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2023-06-29 00:21:55,031: ******* 2023-06-29 00:39:28,323: Error running WSGI application 2023-06-29 00:39:28,326: ModuleNotFoundError: No module named 'pandas' 2023-06-29 00:39:28,326: File "/var/www/datasetautomate_pythonanywhere_com_wsgi.py", line 16, in <module> 2023-06-29 00:39:28,326: from app import app as application # noqa 2023-06-29 00:39:28,326: 2023-06-29 00:39:28,326: File "/home/datasetautomate/mysite/app.py", line 4, in <module> 2023-06-29 00:39:28,326: import pandas as pd 2023-06-29 00:39:28,326: ******* 2023-06-29 00:39:28,326: If you're seeing an import error and don't know why, 2023-06-29 00:39:28,327: we have a dedicated help page to help you debug: 2023-06-29 00:39:28,327: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2023-06-29 00:39:28,327: ******* 2023-06-29 00:39:31,214: Error running WSGI application 2023-06-29 00:39:31,215: ModuleNotFoundError: No module named 'pandas' 2023-06-29 00:39:31,215: File "/var/www/datasetautomate_pythonanywhere_com_wsgi.py", line 16, in <module> 2023-06-29 00:39:31,215: from app import app as application # noqa 2023-06-29 00:39:31,215: 2023-06-29 00:39:31,215: File "/home/datasetautomate/mysite/app.py", line 4, in <module> 2023-06-29 00:39:31,216: import pandas as pd 2023-06-29 00:39:31,216: ******* 2023-06-29 00:39:31,216: If you're seeing an import error and don't know why, 2023-06-29 00:39:31,216: we have a dedicated help page to help you debug: 2023-06-29 00:39:31,216: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2023-06-29 00:39:31,216: ******* 2023-06-29 00:45:24,311: Error running WSGI application 2023-06-29 00:45:24,314: ModuleNotFoundError: No module named 'pandas' 2023-06-29 00:45:24,314: File "/var/www/datasetautomate_pythonanywhere_com_wsgi.py", line 16, in <module> 2023-06-29 00:45:24,314: from app import app as application # noqa 2023-06-29 00:45:24,314: 2023-06-29 00:45:24,314: File "/home/datasetautomate/mysite/app.py", line 4, in <module> 2023-06-29 00:45:24,314: import pandas as pd 2023-06-29 00:45:24,315: ******* 2023-06-29 00:45:24,315: If you're seeing an import error and don't know why, 2023-06-29 00:45:24,315: we have a dedicated help page to help you debug: 2023-06-29 00:45:24,315: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2023-06-29 00:45:24,315: ******* 2023-06-29 00:45:26,106: Error running WSGI application 2023-06-29 00:45:26,106: ModuleNotFoundError: No module named 'pandas' 2023-06-29 00:45:26,106: File "/var/www/datasetautomate_pythonanywhere_com_wsgi.py", line 16, in <module> 2023-06-29 00:45:26,106: from app import app as application # noqa 2023-06-29 00:45:26,107: 2023-06-29 00:45:26,107: File "/home/datasetautomate/mysite/app.py", line 4, in <module> 2023-06-29 00:45:26,107: import pandas as pd 2023-06-29 00:45:26,107: ******* 2023-06-29 00:45:26,107: If you're seeing an import error and don't know why, 2023-06-29 00:45:26,107: we have a dedicated help page to help you debug: 2023-06-29 00:45:26,107: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2023-06-29 00:45:26,108: ******* 2023-06-29 00:47:59,375: Error running WSGI application 2023-06-29 00:47:59,378: ModuleNotFoundError: No module named 'pandas' 2023-06-29 00:47:59,378: File "/var/www/datasetautomate_pythonanywhere_com_wsgi.py", line 16, in <module> 2023-06-29 00:47:59,378: from app import app as application # noqa 2023-06-29 00:47:59,378: 2023-06-29 00:47:59,378: File "/home/datasetautomate/mysite/app.py", line 4, in <module> 2023-06-29 00:47:59,378: import pandas as pd 2023-06-29 00:47:59,379: ******* 2023-06-29 00:47:59,379: If you're seeing an import error and don't know why, 2023-06-29 00:47:59,379: we have a dedicated help page to help you debug: 2023-06-29 00:47:59,379: https://help.pythonanywhere.com/pages/DebuggingImportError/ 2023-06-29 00:47:59,379: *******

If you're seeing an import error and don't know why, we have a dedicated help page to help you debug https://help.pythonanywhere.com/pages/DebuggingImportError/