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
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
#10464
Open
jamesdeluk opened this issue
Jan 10, 2025
· 1 comment
I'm trying to install pycaret (uv add pycaret) to a new project on Windows, Python 3.11.
Get this error:
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
The problem is that kaleido 0.2.1 and 0.2.1.post1 are technically different versions, and the latter has only a kaleido-0.2.1.post1-py2.py3-none-manylinux2014_armv7l.whl (and due to universal resolution, uv doesn't know which wheels it will need eventually). Setting required platforms is planned in #10067, currently you can try something like
New to uv, sorry if PEBKAC.
I'm trying to install pycaret (
uv add pycaret
) to a new project on Windows, Python 3.11.Get this error:
The repo (https://pypi.org/simple/kaleido/) has:
So, no
kaleido-0.2.1.post1
for Windows.Checking the PyPi website, there is https://pypi.org/project/kaleido/0.2.1.post1/
Although that applies to the manylinux version.
Yet using
conda
, it works fine; it installs:Is there a way for uv to use the compatible version like conda does?
The text was updated successfully, but these errors were encountered: