-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
list index out of range exception when importing graph_objs #721
Comments
For what it's worth, when I uninstalled |
I can't reproduce either. @miken can you let us know how you upgraded the package (i.e. with pip or anaconda?) |
Sure. I upgraded using I can run |
I'm having the same issue with plotly 2.0.6, and downgrading to 2.0.0 fixed the problem. File "test.py", line 4, in |
Same issue here
|
I suspect that this issue has to do with the @ryecao @Kkevsterrr @miken - could you run |
@ryecao @Kkevsterrr @miken - In addition, could you also let me know what version of python you're using? Thanks! |
I have successfully replicated the issue with this
|
It appears the issue is related to Here is how I reproduced the issue:
|
@ryecao @Kkevsterrr @miken - disregard the earlier requests, I have successfully reproduced the issue. Sorry for the noise! I pushed a fix here: #762, should be available in version 2.0.9 of the library. You can also just upgrade |
@chriddyp Thank you. I was gonna respond but I'm using a different computer at work. This computer uses |
Require a minimum version of `decorator`, fixes #721
Hi, I installed the latest version of plotly today (2.0.6) and ran into the following error with the first import line:
It gives me the following error:
Please advise on how I can fix this.
The text was updated successfully, but these errors were encountered: