Skip to content

No module named #790

Answered by giswqs
tekishmain asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by giswqs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
2 participants
Converted from issue

This discussion was converted from issue #789 on June 24, 2024 15:50.