You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Distribution kaleido==0.2.1.post1 @ registry+https://pypi.org/simple can't be installed because it doesn't have a source distribution or wheel for the current platform
#292
Open
jpedrick opened this issue
Mar 10, 2025
· 5 comments
Using uv add or uv sync I can't install kaleido. uv pip install kaleido works without any issues.
I'm using Python 3.10 on Linux x86_64
error: Distribution `kaleido==0.2.1.post1 @ registry+https://pypi.org/simple` can't be installed because it doesn't have a source distribution or wheel for the current platform
hint: You're on Linux (`manylinux_2_35_x86_64`), but `kaleido` (v0.2.1.post1) only has wheels for the following platform: `manylinux2014_armv7l`
The text was updated successfully, but these errors were encountered:
I also faced this issue with uv sync, but additionaly, I can't use kaleido==0.2.1 in my pyproject.toml / requirements.lock since my project will be used for both x86_64 and arm64 targets :-(.
So, what I think is that pyproject.toml would have to to have kaleido>=v0.2.1, and I'm going to create an issue in uv to see whether or nor their dependency resolve can fork for different systems, but it may not be possible in uv yet.
Using
uv add
oruv sync
I can't install kaleido.uv pip install kaleido
works without any issues.I'm using Python 3.10 on Linux x86_64
The text was updated successfully, but these errors were encountered: