-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible wheel issue or a uv bug. #13
Comments
Thanks for sharing! I haven't used |
Finally got around to playing with However, will leave this issue open as I'm not sure the tag entries I'm producing in the WHEEL file are technically correct (currently the platform specs are on one line, From the linked issue, it seems that neither |
Thank you for the update. I am seeing a slightly different error now: root@0a8419e1f29d:/code# uv pip install --system just-bin
Resolved 1 package in 3ms
error: Failed to install: just_bin-1.26.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.http.whl (just-bin==1.26.0)
Caused by: The wheel is invalid: Line 5 of the WHEEL file is invalid My workaround is to let pip install just-bin on the same line that it's installing/upgrading pip and uv. This is fine, but I wanted to bring it up in case it trips anyone else up. |
What version of
Is what I see |
I can't tell if this is a
uv
issue or a valid issue:/code# uv pip install just-bin Resolved 1 package in 1ms error: Failed to install: just_bin-1.24.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl (just-bin==1.24.0) Caused by: The wheel is invalid: Line 5 of the WHEEL file is invalid
Running
pip install just-bin
withoutuv
works, but I thought I would pass this along just in case because I see 100s of other packages work as expected, but this the first I have seen reliable not install.The text was updated successfully, but these errors were encountered: