No module named #790
Answered
by
giswqs
tekishmain
asked this question in
Q&A
No module named
#790
-
I installed leafmap but couldn't be imported on jupyter notebook Environment Information
DescriptionI installed using pip install leafmap but not be imported What I Didimport os
|
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
Jun 24, 2024
Replies: 1 comment
-
This is very likely your own computer problem. Try creating a fresh conda env to install leafmap. conda create -n geo python=3.11
conda activate geo
conda install -c conda-forge leafmap maplibre
pip install "leafmap[maplibre]"
jupyter lab Alternatively, use Google Colab. |
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
This is very likely your own computer problem. Try creating a fresh conda env to install leafmap.
conda create -n geo python=3.11 conda activate geo conda install -c conda-forge leafmap maplibre pip install "leafmap[maplibre]" jupyter lab
Alternatively, use Google Colab.
https://colab.research.google.com/github/opengeos/leafmap/blob/master/docs/maplibre/3d_buildings.ipynb