Skip to content

The latest PyTorch XPU wheel 2.7.0.dev20250117+xpu does not work on Windows #145155

@pbchekin

Description

@pbchekin

Steps:

# This installs 2.7.0.dev20250117+xpu
pip install torch --index-url https://download.pytorch.org/whl/nightly/xpu
python -c 'import torch;print(torch.__version__)'

Result:

OSError: [WinError 126] The specified module could not be found. Error loading "C:\.venv\lib\site-packages\torch\lib\shm.dll" or one of its dependencies.

The last known wheel that worked is 2.7.0.dev20250110+xpu:

# This installs 2.7.0.dev20250110+xpu
pip install torch --index-url https://download.pytorch.org/whl/nightly/xpu
python -c 'import torch;print(torch.__version__)'

Result:

2.7.0.dev20250110+xpu

cc @seemethere @malfet @osalpekar @atalman @peterjc123 @mszhanyi @skyline75489 @nbcsm @iremyux @Blackhex @gujinghui @EikanWang @fengyuan14 @guangyey

Metadata

Metadata

Labels

module: binariesAnything related to official binaries that we release to usersmodule: windowsWindows support for PyTorchmodule: xpuIntel XPU related issuestriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate module

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions