-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
[Bug]: 1.0.0.dev placeholder doesn't work with uv pip install
#9244
Comments
I think the installation guide must be updated somehow like
Current (mis)behavior of pip successfully install wrongly-named wheel file is kind of antipattern - not only |
The problem is that the wheel files should not be renamed, perhaps we need to rethink the approach introduced in #8919 |
Why shouldn't the wheel file be renamed? Here's a bash script that gets a whl file compatible with
|
I admit this exploits What I want to keep, is the ability to have a single command to install the latest wheel, without changing anything. I think ultimately we need to go to the |
While this specific bug still exists, it's now possible to install the latest nightly version like so: uv pip install --extra-index-url "https://wheels.vllm.ai/nightly/" vllm |
close as we have a solution for |
Your current environment
na
Model Input Dumps
No response
🐛 Describe the bug
The recommended way for pip installing latest wheels (i.e.
pip install https://vllm-wheels.s3.us-west-2.amazonaws.com/nightly/vllm-1.0.0.dev-cp38-abi3-manylinux1_x86_64.whl
) works with vanillapip
but does not work withuv pip
. I raised an issue in uv but I don't think this is a uv bug. Would be great to explore more robust options for this.Before submitting a new issue...
The text was updated successfully, but these errors were encountered: