Hey folks, I hope someone can help me pls, the app works fine on my local virtual environment, but once I try to deploy it on streamlit I get a consisting error from pystan.
I have tryed with several python version (3.7,3.8,3.9) with several version of pystan, and same for fbprophet.
Do someone could have an idea ? I would appreciate it very much.
Thank you very mych @Franky1 , by cleaning the requirements.txt and changing “import fbprophet” by just “import propher” I could deploy the app.
Thank you again