I tried to deploy my apps (github link) and got an error says ModuleNotFoundError: No module named ‘folium’ even though I put folium in my requirements.txt, and I still got that error message, what happen?
Here’s the share.streamlit.io link Apps
I tried to deploy my apps (github link) and got an error says ModuleNotFoundError: No module named ‘folium’ even though I put folium in my requirements.txt, and I still got that error message, what happen?
Here’s the share.streamlit.io link Apps
Hi @nrasif18 ,
it looks like your requirements.txt has a capital R, aka Requirements.txt. Maybe try doing requirements.txt. You should see folium being downloaded in the logs if it is there.
William
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.