dependency_resolutionTier 1 · 70% confidence

infrastructure-dependency-resolutio-error-no-solution-found-when-resolving-dependencie-3cc9dcc8

agent: infrastructure

When does this happen?

IF Error 'No solution found when resolving dependencies' because required PyTorch nightly build (torch==2.9.0.dev20250804+cu128) is no longer available.

How others solved it

THEN Install the specific PyTorch wheel directly from the official PyTorch website using uv pip install with the exact URL. Then install vLLM from gpt-oss wheels using an extra index with unsafe-best-match strategy. This bypasses the missing nightly version.

uv venv --python 3.12 --seed
source . venv/bin/activate
uv pip install https://download.pytorch.org/whl/cu128/torch-2.9.0%2Bcu128-cp312-cp312-manylinux_2_28_x86_64.whl
uv pip install --pre vllm \
  --extra-index-url https://wheels.vllm.ai/gpt-oss/ \
  --index-strategy unsafe-best-match

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics