Error installing 3.6.0: error: can't copy 'plotly/package_data/templates'
See original GitHub issueHello, getting an error importing plotly v3.6.0. To reproduce, simply pip install plotly==3.6.0
. This is running on Ubuntu 14.04.5.
error: can't copy 'plotly/package_data/templates': doesn't exist or not a regular file
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (5 by maintainers)
Top Results From Across the Web
Why can't I install Plotly package in RStudio? What does the ...
I try to install the plotly package by running the code above in RStudio. ... ERROR: configuration failed for package 'curl' * removing ......
Read more >What to do about "package 'plotly' is not available (for R ...
I just saw an email that alerted me to the plotly R API being available on CRAN and all I had to do...
Read more >https://gist.githubusercontent.com/ryantm/3a6f43fa...
If you want to continue without OpenSSL, re-run bootstrap with `-DUSE_OPENSSL=0` -- Configuring incomplete, errors occurred!
Read more >Browse Php-7.3 Answers - Trends Right Now Trends Right Now
Can't seem to conditionally create a new table row using Razor's foreach and if statements? Rails - Gem Error while installing pg (1.1.3), ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Setuptools version was… 3.3 😃 That seemed to fix it. Thanks.
I was seeing this issue earlier, but the version of
setuptools
on my machine was very old (18.5
). After upgrading it to the latest version40.8.0
, I was able to installplotly-3.6.0
successfully.