Why plotly-orca is unable to install via pip?
See original GitHub issueI just want to know, why is that plotly-orca
not available in PyPi
.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:34
- Comments:27 (3 by maintainers)
Top Results From Across the Web
Orca management in Python
If you are unable to install conda or npm, you can install orca as a precompiled binary for your operating system. Follow the...
Read more >Plotly missing orca - python
Install the executable; Right click on the desktop newly created Orca icon to get the path where the application was installed. From the...
Read more >orca
Orca is a Python library for task orchestration. It's designed for workflows like city simulation, where the data representing a model's state is...
Read more >Plotly Kaleido Help : Forums
I understand Orca is an older way to get static images from plotly graphs. Is there a way to more explicitly use Kaleido?...
Read more >save plotly images from Rstudio in docker, get error ! System ...
I have RStudio in docker, and am trying to save a plotly image using orca. I installed orca following python 3.x - Docker...
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
Good news! Orca is no longer really the recommended way to do static image export with Plotly 😃
We have a new,
pip
-installable tool called Kaleido which is superior to Orca in every way, please check it out: https://medium.com/plotly/introducing-kaleido-b03c4b7b1d81it would be nice if some standard method of installation for platform dependent components like rpm/deb packages was supported.
context: I want to save an image to disk, which I expect to be simple.
Current install methods are giving me problems: 1- currently using pip to manage dependencies not conda, not planning to learn conda, not planning to move the entire project to conda to save an image 2- npm is not working 3- appimage is bizar, I don’t intent to have a sub dependency of a library in a docker container to load kernel modules in order for me to save an image to disk. The work around is unclear and too much work to get an image from the screen to the disk.