Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot Deploy in PythonAnywhere #31

Open
thein-htay-aung opened this issue Sep 14, 2022 · 3 comments
Open

Cannot Deploy in PythonAnywhere #31

thein-htay-aung opened this issue Sep 14, 2022 · 3 comments

Comments

@thein-htay-aung
Copy link

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()

@Haakonoeyen
Copy link

I get the same thing. Did you solve this?

@Dest1ni
Copy link

Dest1ni commented Feb 20, 2024

Did you install the dependencies?

@Haakonoeyen
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants