Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use glake-torch-1.13.1 whl package error:OSError: libmkl_gnu_thread.so.1: cannot open shared object file: No such file or directory #21

Open
112sdfsdfsdfasf opened this issue Mar 19, 2024 · 1 comment

Comments

@112sdfsdfsdfasf
Copy link

before pip install torch-1.13.0a0+git49444c3-cp38-cp38-linux_x86_64.whl
root@worker-0:/workspace#python
Python 3.8.13 packaged by conda-forge (default,Mar 25 2022,06:04:10)
[GCC 10.3.0]on linux
Type "help","copyright","credits"or "license"for more information.

import torch
print(torch.version)
1.13.1+cu117

after pip install torch-1.13.0a0+git49444c3-cp38-cp38-linux_x86_64.whl
root@worker-0:/workspace# python
Python 3.8.13 | packaged by conda-forge | (default, Mar 25 2022, 06:04:10)
[GCC 10.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

import torch
Traceback (most recent call last):
File "", line 1, in
File "/opt/conda/lib/python3.8/site-packages/torch/init.py", line 217, in
_load_global_deps()
File "/opt/conda/lib/python3.8/site-packages/torch/init.py", line 177, in _load_global_deps
raise err
File "/opt/conda/lib/python3.8/site-packages/torch/init.py", line 172, in _load_global_deps
ctypes.CDLL(lib_path, mode=ctypes.RTLD_GLOBAL)
File "/opt/conda/lib/python3.8/ctypes/init.py", line 373, in init
self._handle = _dlopen(self._name, mode)
OSError: libmkl_gnu_thread.so.1: cannot open shared object file: No such file or directory

os:
NAME="Ubuntu"
VERSION="20.04.4 LTS (Focal Fossa)"

@ruizhang1230
Copy link
Collaborator

The glake-torch-1.13.1 whl package is built with cuda-11.6. Please try to run with cuda-11.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants