plotly / Kaleido

Fast static image export for web-based visualization libraries with zero dependencies
Other
363 stars 36 forks source link

Why is there a name mismatch between the PyPI and Anaconda versions? #117

Closed sgbaird closed 1 month ago

sgbaird commented 2 years ago

i.e. PyPI: kaleido Anaconda: python-kaleido

jonmmease commented 2 years ago

In conda-forge the compiled binary portion of kaleido (kaleido-core) is split out from the pure Python wrapper (python-kaleido). And in the future, other language wrappers may be added that would reuse the same core (e.g. rust-kaleido, r-kaleido, etc.). In PyPI, everything is bundled together in the kaleido package).

gregorywaynepower commented 1 year ago

How do I make sure that that conda users can get access to this without installing pip?

gvwilson commented 2 months ago

Thanks for your interest in Kaleido. We are currently working on an overhaul that might address your issue - we hope to have news in a few weeks and will post an update then. Thanks - @gvwilson