You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
while importing import plotly.express as px I'm getting error "cannot import name 'ensure_writable_plotly_dir'"
The text was updated successfully, but these errors were encountered: