-
I don't know if it is my problem or not, but when I try to install leafmap using 'mamba install -c conda-forge leafmap', the downgrade of streamlit seems too much. I have streamlit and streamlit-folium installed. Downgrade:
|
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
Apr 17, 2023
Replies: 1 comment
-
Leafmap pins the ipywidgets and folium version because folium v0.14.0 has some bugs and VS Code does not support ipywidgets >=0.8.0. Hope to remove these restrictions in the next release. You can use pip install as a workaround if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
giswqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Leafmap pins the ipywidgets and folium version because folium v0.14.0 has some bugs and VS Code does not support ipywidgets >=0.8.0. Hope to remove these restrictions in the next release. You can use pip install as a workaround if needed.