You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am still getting this import error. Would appreciate your help.
import intel_extension_for_pytorch
Traceback (most recent call last):
File "<stdin>", line 1, in<module>
File "/root/miniconda3/envs/gpu_ipexllm/lib/python3.10/site-packages/ipex_llm/__init__.py", line 38, in<module>ipex_importer.import_ipex()
File "/root/miniconda3/envs/gpu_ipexllm/lib/python3.10/site-packages/ipex_llm/utils/ipex_importer.py", line 130, in import_ipex
self.directly_import_ipex()
File "/root/miniconda3/envs/gpu_ipexllm/lib/python3.10/site-packages/ipex_llm/utils/ipex_importer.py", line 144, in directly_import_ipex
import intel_extension_for_pytorch as ipex
File "/root/miniconda3/envs/gpu_ipexllm/lib/python3.10/site-packages/intel_extension_for_pytorch/__init__.py", line 95, in<module>
from .utils._proxy_module import *
File "/root/miniconda3/envs/gpu_ipexllm/lib/python3.10/site-packages/intel_extension_for_pytorch/utils/_proxy_module.py", line 2, in<module>
import intel_extension_for_pytorch._C
ImportError: libze_loader.so.1: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered:
Hi @bconsolvo , Ubuntu 20.04 has been out of IPEX support scope for a while. Would you try with 22.04? thanks.
I assume that this had been fixed at level-zero but for Ubuntu 22.04 only.
Describe the issue
I am running on WSL and Ubuntu 22.04
Even after installing the oneAPI base toolkit, and doing the
I am still getting this import error. Would appreciate your help.
The text was updated successfully, but these errors were encountered: