No module named 'fbprophet'

pip >= 21.1.1
geopandas<=0.10.2
pystan==2.19.1.1
keras<=2.7.0
matplotlib<=3.5.1
numpy<=1.21.4
pandas<=1.3.5
plotly<=5.4.0
tensorflow>=2.2.0
pmdarima<=1.8.4
scikit_learn<=1.0.1
seaborn<=0.11.2
streamlit<=1.2.0
fbprophet<=0.7.1
python_version >= “3.9.5”

I am using Streamlit with these requirements. The app was running fine until today before it had gone to sleep and when I rebooted the app, the app started giving me error as “No Module Named fbprophet”.

I solved the problem by updating requirenment.txt with streamlit == 1.5.0.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.