-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Streamlit is broken! #135
Comments
Hi I would like to help. |
I tried running streamlit run src/dev_dreamlit.py and i get following error: ModuleNotFoundError: No module named 'streamlit_folium'. How do i resolve the error? |
I did pip install streamlit-folium. The best way would be to add streamlit-folium to pyproject.toml |
Did you run |
yes and i think streamlit-folium is not present in the toml file |
i just did a PR for the fix PR#136 please review the changes |
When querying a surf report on streamlit, we get the following error:
Apparently there's a key error. Recently, the names of the forecast keys have been changed. Look at the
graph_data()
function instreamlit_helper.py
and theforecast_to_json
function inhelper.py
to get an idea of the updated key names!Note: This is meant to be a beginner-friendly issue. I've solved this myself, if you need help please ping me! To run streamlit, please refer to the README
The text was updated successfully, but these errors were encountered: