plotly / Kaleido

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

Installing on Raspberry Pi Zero #105

Open DVehlow opened 2 years ago

DVehlow commented 2 years ago

I am trying to install kaleido on my Raspberry Pi Zero W.

I keep getting the error:

ERROR: Could not find a version that satisfies the requirement kaleido (from versions: none)

I have tried using pip, pip3 and updated the version of pip to 21.2.4. I have also tried specifying the version of kaleido from the list in PyPI

I have followed all the current issues on installation but cannot seem to get this working at all.

Bellow is an image of some details I have seen asked for in previous issue threads.

image

jonmmease commented 2 years ago

Hi @DVehlow, The reason you're not able to install kaleido is that we don't have a build for the armv6l architecture at this point. We do have armv7l, and it might be possible to create an armv6l build as well. It would take a little research to see if chromium currently supports that architecture.

martennilsson commented 1 year ago

hi, any development on this?