Hi!!
I have a software that uses the package fbprophet, developed by Facebook Inc. After install this package using the Bash Console, I have created the web app in Pythonanywhere. When I import fbprophet in flask_app.py, appears the following error:
"""""""""""""""""""""""""""""
Error running WSGI application
ModuleNotFoundError: No module named 'fbprophet'
"""""""""""""""""""""""""""""
Apparently, I have installed correctly fbprophet, because in the Bash Console I can open a python console and import it without no problem. So what I don't understand is why from the Bash Console I can use it and not when I run flask_app.py on the server (appears that the module is not found).
Has anyone ever import fbprophet in PythonAnywhere? And for those that has not used Prophet, could yout tell me how I can solve it?
Please tell how I could solve it, I am new in web apps.
thank you so much in advance!