Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 381 Bytes

File metadata and controls

19 lines (10 loc) · 381 Bytes

No module named 'plotly.express'

Simply running

conda install plotly

didnt resolve my plotly.express error.

If you are using conda just run below command.

conda install -c plotly plotly=4.8.1

Note: Run this in other than 'base' environment.

if you are at base env. change to another environment like

conda activate

then run plotly install command.