You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue was that because of an image update on PythonAnywhere, the original virtual environment was no longer compatible. After creating a new virtual environment and installing all dependencies, everything worked again.
When I deploy my Django project in pythonanywhere, below error is happened. Even though it is ok in my local PC.
2022-09-14 08:51:45,879: Error running WSGI application
2022-09-14 08:51:45,887: ModuleNotFoundError: No module named 'bootstrap5'
2022-09-14 08:51:45,887: File "/var/www/userlog_pythonanywhere_com_wsgi.py", line 16, in
2022-09-14 08:51:45,887: application = get_wsgi_application()
The text was updated successfully, but these errors were encountered: