Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

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

@112sdfsdfsdfasf

Description

@112sdfsdfsdfasf

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)"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions