Skip to content

ipex-xpu "OSError: [WinError 126] The specified module could not be found." on windows i7-1185G7  #429

@KiwiHana

Description

@KiwiHana

Describe the bug

refer to this guide to install Ipex on windows10 i7-1185G7: https://intel.github.io/intel-extension-for-pytorch/xpu/latest/tutorials/installations/windows.html

VS 2022
oneAPI 2023.2
python 3.9 Miniconda

conda create -n ipex python=3.9
conda install pkg-config libuv
python -m pip install torch==2.0.0a0 intel_extension_for_pytorch==2.0.110+gitba7f6c1 -f https://developer.intel.com/ipex-whl-stable-xpu
> python -c "import torch; import intel_extension_for_pytorch as ipex; print(torch.__version__); print(ipex.__version__); [print(f'[{i}]: {torch.xpu.get_device_properties(i)}') for i in range(torch.xpu.device_count())];"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Users\hua1\Miniconda3\envs\ipex-xpu\lib\site-packages\intel_extension_for_pytorch\__init__.py", line 89, in <module>
    raise err
OSError: [WinError 126] The specified module could not be found. Error loading "C:\Users\hua\Miniconda3\envs\ipex-xpu\lib\site-packages\intel_extension_for_pytorch\bin\intel-ext-pt-gpu.dll" or one of its dependencies.

Versions

VS 2022
oneAPI 2023.2
python 3.9 Miniconda

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions