vllm - 💡(How to fix) Fix [Installation]: add wheel for vllm==0.21+cu129 with manylinux_2_24_x86_64

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Code Example

uv pip install vllm --extra-index-url https://wheels.vllm.ai/0.21.0/cu129 --extra-index-url https://download.pytorch.org/whl/cu129 --index-strategy unsafe-best-match
RAW_BUFFERClick to expand / collapse

I use python 3.14, and these are the only wheels that are published.

<img width="546" height="393" alt="Image" src="https://github.com/user-attachments/assets/d118792c-29d0-450a-97dd-81399550b62c" />

There is support for manylinux_2_24_x86_64 with cuda 13, can we have it for cuda 12.9 ? ie. having the wheel : vllm-0.21.0+cu129-cp38-abi3-manylinux_2_24_x86_64.whl

if it's not worth it, is it possible to show me how to build this specific version from source?

How you are installing vllm

uv pip install vllm --extra-index-url https://wheels.vllm.ai/0.21.0/cu129 --extra-index-url https://download.pytorch.org/whl/cu129 --index-strategy unsafe-best-match

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING