Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

ImportError: cannot import name 'ensure_writable_plotly_dir' #165

Open
devdp opened this issue Feb 13, 2020 · 1 comment
Open

ImportError: cannot import name 'ensure_writable_plotly_dir' #165

devdp opened this issue Feb 13, 2020 · 1 comment

Comments

@devdp
Copy link

devdp commented Feb 13, 2020

while importing import plotly.express as px I'm getting error "cannot import name 'ensure_writable_plotly_dir'"

@md-nlp-experiments
Copy link

This seems to be an issue with the latest couple of releases. Some of the files are misplaced, eg 'ensure_writable_plotly_dir' is in the _plotly_utils but _orca.py is looking for it in the wrong place. I reverted back to plotly 4.5.0 and it works. Try (or pip):
conda install -c plotly plotly=4.5.0
remember to restart kernel after installation and try again

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants