pytorch - 💡(How to fix) Fix XPU: installation of pytorch XPU versions 2.10-2.12 is broken

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…

Error Message

$ pip install torch==2.12.0 --index-url https://download.pytorch.org/whl/xpu Looking in indexes: https://download.pytorch.org/whl/xpu Collecting torch==2.12.0 Using cached https://download-r2.pytorch.org/whl/xpu/torch-2.12.0%2Bxpu-cp313-cp313-linux_x86_64.whl.metadata (32 kB) Requirement already satisfied: filelock in ./lib/python3.13/site-packages (from torch==2.12.0) (3.29.0) Requirement already satisfied: typing-extensions>=4.10.0 in ./lib/python3.13/site-packages (from torch==2.12.0) (4.15.0) Requirement already satisfied: setuptools<82 in ./lib/python3.13/site-packages (from torch==2.12.0) (70.2.0) Requirement already satisfied: sympy>=1.13.3 in ./lib/python3.13/site-packages (from torch==2.12.0) (1.14.0) Requirement already satisfied: networkx>=2.5.1 in ./lib/python3.13/site-packages (from torch==2.12.0) (3.6.1) Requirement already satisfied: jinja2 in ./lib/python3.13/site-packages (from torch==2.12.0) (3.1.6) Requirement already satisfied: fsspec>=0.8.5 in ./lib/python3.13/site-packages (from torch==2.12.0) (2026.4.0) INFO: pip is looking at multiple versions of torch to determine which version is compatible with other requirements. This could take a while. ERROR: Could not find a version that satisfies the requirement intel-cmplr-lib-rt==2025.3.2 (from torch) (from versions: 2025.0.2, 2025.0.4, 2025.1.1, 2025.2.1) ERROR: No matching distribution found for intel-cmplr-lib-rt==2025.3.2

$ pip install torch==2.11.0 --index-url https://download.pytorch.org/whl/xpu Looking in indexes: https://download.pytorch.org/whl/xpu Collecting torch==2.11.0 Using cached https://download-r2.pytorch.org/whl/xpu/torch-2.11.0%2Bxpu-cp313-cp313-linux_x86_64.whl.metadata (30 kB) Requirement already satisfied: filelock in ./lib/python3.13/site-packages (from torch==2.11.0) (3.29.0) Requirement already satisfied: typing-extensions>=4.10.0 in ./lib/python3.13/site-packages (from torch==2.11.0) (4.15.0) Requirement already satisfied: setuptools<82 in ./lib/python3.13/site-packages (from torch==2.11.0) (70.2.0) Requirement already satisfied: sympy>=1.13.3 in ./lib/python3.13/site-packages (from torch==2.11.0) (1.14.0) Requirement already satisfied: networkx>=2.5.1 in ./lib/python3.13/site-packages (from torch==2.11.0) (3.6.1) Requirement already satisfied: jinja2 in ./lib/python3.13/site-packages (from torch==2.11.0) (3.1.6) Requirement already satisfied: fsspec>=0.8.5 in ./lib/python3.13/site-packages (from torch==2.11.0) (2026.4.0) INFO: pip is looking at multiple versions of torch to determine which version is compatible with other requirements. This could take a while. ERROR: Could not find a version that satisfies the requirement intel-cmplr-lib-rt==2025.3.2 (from torch) (from versions: 2025.0.2, 2025.0.4, 2025.1.1, 2025.2.1) ERROR: No matching distribution found for intel-cmplr-lib-rt==2025.3.2

$ pip install torch==2.10.0 --index-url https://download.pytorch.org/whl/xpu Looking in indexes: https://download.pytorch.org/whl/xpu Collecting torch==2.10.0 Using cached https://download-r2.pytorch.org/whl/xpu/torch-2.10.0%2Bxpu-cp313-cp313-linux_x86_64.whl.metadata (30 kB) Requirement already satisfied: filelock in ./lib/python3.13/site-packages (from torch==2.10.0) (3.29.0) Requirement already satisfied: typing-extensions>=4.10.0 in ./lib/python3.13/site-packages (from torch==2.10.0) (4.15.0) Requirement already satisfied: setuptools in ./lib/python3.13/site-packages (from torch==2.10.0) (70.2.0) Requirement already satisfied: sympy>=1.13.3 in ./lib/python3.13/site-packages (from torch==2.10.0) (1.14.0) Requirement already satisfied: networkx>=2.5.1 in ./lib/python3.13/site-packages (from torch==2.10.0) (3.6.1) Requirement already satisfied: jinja2 in ./lib/python3.13/site-packages (from torch==2.10.0) (3.1.6) Requirement already satisfied: fsspec>=0.8.5 in ./lib/python3.13/site-packages (from torch==2.10.0) (2026.4.0) INFO: pip is looking at multiple versions of torch to determine which version is compatible with other requirements. This could take a while. ERROR: Could not find a version that satisfies the requirement intel-cmplr-lib-rt==2025.3.1 (from torch) (from versions: 2025.0.2, 2025.0.4, 2025.1.1, 2025.2.1) ERROR: No matching distribution found for intel-cmplr-lib-rt==2025.3.1

Code Example

$ pip install torch==2.12.0 --index-url https://download.pytorch.org/whl/xpu
Looking in indexes: https://download.pytorch.org/whl/xpu
Collecting torch==2.12.0
  Using cached https://download-r2.pytorch.org/whl/xpu/torch-2.12.0%2Bxpu-cp313-cp313-linux_x86_64.whl.metadata (32 kB)
Requirement already satisfied: filelock in ./lib/python3.13/site-packages (from torch==2.12.0) (3.29.0)
Requirement already satisfied: typing-extensions>=4.10.0 in ./lib/python3.13/site-packages (from torch==2.12.0) (4.15.0)
Requirement already satisfied: setuptools<82 in ./lib/python3.13/site-packages (from torch==2.12.0) (70.2.0)
Requirement already satisfied: sympy>=1.13.3 in ./lib/python3.13/site-packages (from torch==2.12.0) (1.14.0)
Requirement already satisfied: networkx>=2.5.1 in ./lib/python3.13/site-packages (from torch==2.12.0) (3.6.1)
Requirement already satisfied: jinja2 in ./lib/python3.13/site-packages (from torch==2.12.0) (3.1.6)
Requirement already satisfied: fsspec>=0.8.5 in ./lib/python3.13/site-packages (from torch==2.12.0) (2026.4.0)
INFO: pip is looking at multiple versions of torch to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement intel-cmplr-lib-rt==2025.3.2 (from torch) (from versions: 2025.0.2, 2025.0.4, 2025.1.1, 2025.2.1)
ERROR: No matching distribution found for intel-cmplr-lib-rt==2025.3.2

$ pip install torch==2.11.0 --index-url https://download.pytorch.org/whl/xpu
Looking in indexes: https://download.pytorch.org/whl/xpu
Collecting torch==2.11.0
  Using cached https://download-r2.pytorch.org/whl/xpu/torch-2.11.0%2Bxpu-cp313-cp313-linux_x86_64.whl.metadata (30 kB)
Requirement already satisfied: filelock in ./lib/python3.13/site-packages (from torch==2.11.0) (3.29.0)
Requirement already satisfied: typing-extensions>=4.10.0 in ./lib/python3.13/site-packages (from torch==2.11.0) (4.15.0)
Requirement already satisfied: setuptools<82 in ./lib/python3.13/site-packages (from torch==2.11.0) (70.2.0)
Requirement already satisfied: sympy>=1.13.3 in ./lib/python3.13/site-packages (from torch==2.11.0) (1.14.0)
Requirement already satisfied: networkx>=2.5.1 in ./lib/python3.13/site-packages (from torch==2.11.0) (3.6.1)
Requirement already satisfied: jinja2 in ./lib/python3.13/site-packages (from torch==2.11.0) (3.1.6)
Requirement already satisfied: fsspec>=0.8.5 in ./lib/python3.13/site-packages (from torch==2.11.0) (2026.4.0)
INFO: pip is looking at multiple versions of torch to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement intel-cmplr-lib-rt==2025.3.2 (from torch) (from versions: 2025.0.2, 2025.0.4, 2025.1.1, 2025.2.1)
ERROR: No matching distribution found for intel-cmplr-lib-rt==2025.3.2

$ pip install torch==2.10.0 --index-url https://download.pytorch.org/whl/xpu
Looking in indexes: https://download.pytorch.org/whl/xpu
Collecting torch==2.10.0
  Using cached https://download-r2.pytorch.org/whl/xpu/torch-2.10.0%2Bxpu-cp313-cp313-linux_x86_64.whl.metadata (30 kB)
Requirement already satisfied: filelock in ./lib/python3.13/site-packages (from torch==2.10.0) (3.29.0)
Requirement already satisfied: typing-extensions>=4.10.0 in ./lib/python3.13/site-packages (from torch==2.10.0) (4.15.0)
Requirement already satisfied: setuptools in ./lib/python3.13/site-packages (from torch==2.10.0) (70.2.0)
Requirement already satisfied: sympy>=1.13.3 in ./lib/python3.13/site-packages (from torch==2.10.0) (1.14.0)
Requirement already satisfied: networkx>=2.5.1 in ./lib/python3.13/site-packages (from torch==2.10.0) (3.6.1)
Requirement already satisfied: jinja2 in ./lib/python3.13/site-packages (from torch==2.10.0) (3.1.6)
Requirement already satisfied: fsspec>=0.8.5 in ./lib/python3.13/site-packages (from torch==2.10.0) (2026.4.0)
INFO: pip is looking at multiple versions of torch to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement intel-cmplr-lib-rt==2025.3.1 (from torch) (from versions: 2025.0.2, 2025.0.4, 2025.1.1, 2025.2.1)
ERROR: No matching distribution found for intel-cmplr-lib-rt==2025.3.1

---

$ pip install torch --index-url https://download.pytorch.org/whl/xpu
pytorch-triton-xpu     3.5.0
torch                  2.9.1+xpu

---

[intel_cmplr_lib_rt-2025.2.1-py2.py3-none-manylinux_2_28_x86_64.whl](https://download.pytorch.org/whl/intel_cmplr_lib_rt-2025.2.1-py2.py3-none-manylinux_2_28_x86_64.whl)
[intel_cmplr_lib_rt-2025.2.1-py2.py3-none-win_amd64.whl](https://download.pytorch.org/whl/intel_cmplr_lib_rt-2025.2.1-py2.py3-none-win_amd64.whl)
[intel_cmplr_lib_rt-2025.0.2-py2.py3-none-manylinux_2_28_x86_64.whl](https://download.pytorch.org/whl/xpu/intel_cmplr_lib_rt-2025.0.2-py2.py3-none-manylinux_2_28_x86_64.whl)
[intel_cmplr_lib_rt-2025.0.2-py2.py3-none-win_amd64.whl](https://download.pytorch.org/whl/xpu/intel_cmplr_lib_rt-2025.0.2-py2.py3-none-win_amd64.whl)
[intel_cmplr_lib_rt-2025.0.4-py2.py3-none-manylinux_2_28_x86_64.whl](https://download.pytorch.org/whl/xpu/intel_cmplr_lib_rt-2025.0.4-py2.py3-none-manylinux_2_28_x86_64.whl)
[intel_cmplr_lib_rt-2025.0.5-py2.py3-none-win_amd64.whl](https://download.pytorch.org/whl/xpu/intel_cmplr_lib_rt-2025.0.5-py2.py3-none-win_amd64.whl)
[intel_cmplr_lib_rt-2025.1.1-py2.py3-none-manylinux_2_28_x86_64.whl](https://download.pytorch.org/whl/xpu/intel_cmplr_lib_rt-2025.1.1-py2.py3-none-manylinux_2_28_x86_64.whl)
[intel_cmplr_lib_rt-2025.1.1-py2.py3-none-win_amd64.whl](https://download.pytorch.org/whl/xpu/intel_cmplr_lib_rt-2025.1.1-py2.py3-none-win_amd64.whl)
RAW_BUFFERClick to expand / collapse

Installing pytorch XPU versions 2.10-2.12 is currently broken due to missing wheel dependencies of at least intel-cmplr-lib-rt package:

$ pip install torch==2.12.0 --index-url https://download.pytorch.org/whl/xpu
Looking in indexes: https://download.pytorch.org/whl/xpu
Collecting torch==2.12.0
  Using cached https://download-r2.pytorch.org/whl/xpu/torch-2.12.0%2Bxpu-cp313-cp313-linux_x86_64.whl.metadata (32 kB)
Requirement already satisfied: filelock in ./lib/python3.13/site-packages (from torch==2.12.0) (3.29.0)
Requirement already satisfied: typing-extensions>=4.10.0 in ./lib/python3.13/site-packages (from torch==2.12.0) (4.15.0)
Requirement already satisfied: setuptools<82 in ./lib/python3.13/site-packages (from torch==2.12.0) (70.2.0)
Requirement already satisfied: sympy>=1.13.3 in ./lib/python3.13/site-packages (from torch==2.12.0) (1.14.0)
Requirement already satisfied: networkx>=2.5.1 in ./lib/python3.13/site-packages (from torch==2.12.0) (3.6.1)
Requirement already satisfied: jinja2 in ./lib/python3.13/site-packages (from torch==2.12.0) (3.1.6)
Requirement already satisfied: fsspec>=0.8.5 in ./lib/python3.13/site-packages (from torch==2.12.0) (2026.4.0)
INFO: pip is looking at multiple versions of torch to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement intel-cmplr-lib-rt==2025.3.2 (from torch) (from versions: 2025.0.2, 2025.0.4, 2025.1.1, 2025.2.1)
ERROR: No matching distribution found for intel-cmplr-lib-rt==2025.3.2

$ pip install torch==2.11.0 --index-url https://download.pytorch.org/whl/xpu
Looking in indexes: https://download.pytorch.org/whl/xpu
Collecting torch==2.11.0
  Using cached https://download-r2.pytorch.org/whl/xpu/torch-2.11.0%2Bxpu-cp313-cp313-linux_x86_64.whl.metadata (30 kB)
Requirement already satisfied: filelock in ./lib/python3.13/site-packages (from torch==2.11.0) (3.29.0)
Requirement already satisfied: typing-extensions>=4.10.0 in ./lib/python3.13/site-packages (from torch==2.11.0) (4.15.0)
Requirement already satisfied: setuptools<82 in ./lib/python3.13/site-packages (from torch==2.11.0) (70.2.0)
Requirement already satisfied: sympy>=1.13.3 in ./lib/python3.13/site-packages (from torch==2.11.0) (1.14.0)
Requirement already satisfied: networkx>=2.5.1 in ./lib/python3.13/site-packages (from torch==2.11.0) (3.6.1)
Requirement already satisfied: jinja2 in ./lib/python3.13/site-packages (from torch==2.11.0) (3.1.6)
Requirement already satisfied: fsspec>=0.8.5 in ./lib/python3.13/site-packages (from torch==2.11.0) (2026.4.0)
INFO: pip is looking at multiple versions of torch to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement intel-cmplr-lib-rt==2025.3.2 (from torch) (from versions: 2025.0.2, 2025.0.4, 2025.1.1, 2025.2.1)
ERROR: No matching distribution found for intel-cmplr-lib-rt==2025.3.2

$ pip install torch==2.10.0 --index-url https://download.pytorch.org/whl/xpu
Looking in indexes: https://download.pytorch.org/whl/xpu
Collecting torch==2.10.0
  Using cached https://download-r2.pytorch.org/whl/xpu/torch-2.10.0%2Bxpu-cp313-cp313-linux_x86_64.whl.metadata (30 kB)
Requirement already satisfied: filelock in ./lib/python3.13/site-packages (from torch==2.10.0) (3.29.0)
Requirement already satisfied: typing-extensions>=4.10.0 in ./lib/python3.13/site-packages (from torch==2.10.0) (4.15.0)
Requirement already satisfied: setuptools in ./lib/python3.13/site-packages (from torch==2.10.0) (70.2.0)
Requirement already satisfied: sympy>=1.13.3 in ./lib/python3.13/site-packages (from torch==2.10.0) (1.14.0)
Requirement already satisfied: networkx>=2.5.1 in ./lib/python3.13/site-packages (from torch==2.10.0) (3.6.1)
Requirement already satisfied: jinja2 in ./lib/python3.13/site-packages (from torch==2.10.0) (3.1.6)
Requirement already satisfied: fsspec>=0.8.5 in ./lib/python3.13/site-packages (from torch==2.10.0) (2026.4.0)
INFO: pip is looking at multiple versions of torch to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement intel-cmplr-lib-rt==2025.3.1 (from torch) (from versions: 2025.0.2, 2025.0.4, 2025.1.1, 2025.2.1)
ERROR: No matching distribution found for intel-cmplr-lib-rt==2025.3.1

At the moment pip install torch --index-url https://download.pytorch.org/whl/xpu resolves to the old 2.9.0 version:

$ pip install torch --index-url https://download.pytorch.org/whl/xpu
pytorch-triton-xpu     3.5.0
torch                  2.9.1+xpu

The https://download.pytorch.org/whl/xpu/intel-cmplr-lib-rt/ has only limited set of versions and indeed recent ones are missing.

[intel_cmplr_lib_rt-2025.2.1-py2.py3-none-manylinux_2_28_x86_64.whl](https://download.pytorch.org/whl/intel_cmplr_lib_rt-2025.2.1-py2.py3-none-manylinux_2_28_x86_64.whl)
[intel_cmplr_lib_rt-2025.2.1-py2.py3-none-win_amd64.whl](https://download.pytorch.org/whl/intel_cmplr_lib_rt-2025.2.1-py2.py3-none-win_amd64.whl)
[intel_cmplr_lib_rt-2025.0.2-py2.py3-none-manylinux_2_28_x86_64.whl](https://download.pytorch.org/whl/xpu/intel_cmplr_lib_rt-2025.0.2-py2.py3-none-manylinux_2_28_x86_64.whl)
[intel_cmplr_lib_rt-2025.0.2-py2.py3-none-win_amd64.whl](https://download.pytorch.org/whl/xpu/intel_cmplr_lib_rt-2025.0.2-py2.py3-none-win_amd64.whl)
[intel_cmplr_lib_rt-2025.0.4-py2.py3-none-manylinux_2_28_x86_64.whl](https://download.pytorch.org/whl/xpu/intel_cmplr_lib_rt-2025.0.4-py2.py3-none-manylinux_2_28_x86_64.whl)
[intel_cmplr_lib_rt-2025.0.5-py2.py3-none-win_amd64.whl](https://download.pytorch.org/whl/xpu/intel_cmplr_lib_rt-2025.0.5-py2.py3-none-win_amd64.whl)
[intel_cmplr_lib_rt-2025.1.1-py2.py3-none-manylinux_2_28_x86_64.whl](https://download.pytorch.org/whl/xpu/intel_cmplr_lib_rt-2025.1.1-py2.py3-none-manylinux_2_28_x86_64.whl)
[intel_cmplr_lib_rt-2025.1.1-py2.py3-none-win_amd64.whl](https://download.pytorch.org/whl/xpu/intel_cmplr_lib_rt-2025.1.1-py2.py3-none-win_amd64.whl)

@atalman, were there any recent reuploads to download.pytorch.org which could have altered or damaged stored wheel versions? This issue was detected in one of the CI jobs for the torch dependent project. Yesterday 5/28 there was no such issue.

CC: @atalman @chuanqi129 @EikanWang

cc @malfet @atalman @tinglvv @nWEIdia @gujinghui @EikanWang @fengyuan14 @guangyey

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

pytorch - 💡(How to fix) Fix XPU: installation of pytorch XPU versions 2.10-2.12 is broken