gee-community/geemap

No module named 'plotly'

MuhammedM294 opened this issue · 1 comments

Description

I have just installed the latest version of geemap v0.20.5. When I try to import it, I always get ModuleNotFoundError "No module named 'plotly' "

What I Did

import geemap

File "/home/muhm/anaconda3/envs/cv/lib/python3.11/site-packages/geemap/init.py", line 45, in
from .geemap import *
File "/home/muhm/anaconda3/envs/cv/lib/python3.11/site-packages/geemap/geemap.py", line 27, in
from .plot import *
File "/home/muhm/anaconda3/envs/cv/lib/python3.11/site-packages/geemap/plot.py", line 2, in
import plotly.express as px
ModuleNotFoundError: No module named 'plotly'

giswqs commented

This bug should be fixed v0.20.6. Run pip install -U geemap to update the package.