Forums

I have a question regarding the integration of firebase and pythonanywhere.

2021-05-04 03:16:31,815: Error running WSGI application 2021-05-04 03:16:31,819: ModuleNotFoundError: No module named 'firebase_admin' 2021-05-04 03:16:31,819: File "/var/www/kjsca_pythonanywhere_com_wsgi.py", line 17, in <module> 2021-05-04 03:16:31,819: from flask_app import app as application # noqa 2021-05-04 03:16:31,819: 2021-05-04 03:16:31,819: File "/home/kjsca/mysite/flask_app.py", line 2, in <module> 2021-05-04 03:16:31,819: import firebase 2021-05-04 03:16:31,819: 2021-05-04 03:16:31,820: File "/home/kjsca/mysite/firebase.py", line 1, in <module> 2021-05-04 03:16:31,820: from firebase_admin import credentials, initialize_app

In the current sever log, it looks like this. How do I set it up if I want to link it?

Take a look at Installing new modules | PythonAnywhere help