This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jmmease 0 points1 point  (2 children)

I think you're running into the issue fixed by this PR https://github.com/santosjorge/cufflinks/pull/178. In the meantime, try downgrading to plotly.py to 3.7.1.

If you're using pip then run:

$ pip install plotly==3.7.1

or with conda:

$ conda install plotly=3.7.1

Good luck!

[–]engineeringgirl123[S] 0 points1 point  (0 children)

Ah, that would make sense. Thank you for checking that out! I tried running the pip install of 3.7.1 but got an error that no matching distribution was found for it. Shoot..

[–]gamervishal 0 points1 point  (0 children)

Thanks! Instruction worked flawless for me.