plotly / Kaleido

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

Installation fails because only arm wheel is available for latest version #144

Closed rnestler closed 2 months ago

rnestler commented 2 years ago

The latest version only contains the ARM version of the wheel. According to https://github.com/plotly/Kaleido/releases/tag/v0.2.1.post1 this is deliberate, but it breaks installation with poetry:

poetry install
Installing dependencies from lock file

Package operations: 1 install, 0 updates, 0 removals

  • Installing kaleido (0.2.1.post1): Failed

  RuntimeError

  Unable to find installation candidates for kaleido (0.2.1.post1)
rnestler commented 2 years ago

My workaround is to just explicitly block 0.2.1.post1 with kaleido = "^0.2.1, !=0.2.1.post1".

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