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

OSError: /lib/x86_64-linux-gnu/libmkl_intel_thread.so: undefined symbol: mkl_graph_mxm_gus_phase2_plus_second_fp32_def_i64_i32_fp32 #420

Open
eggman-1024 opened this issue Nov 18, 2024 · 0 comments

Comments

@eggman-1024
Copy link

eggman-1024 commented Nov 18, 2024

When I creating datas: python tools/create_data.py nuscenes_data_prep --root_path=NUSCENES_TRAINVAL_DATASET_ROOT --version="v1.0-trainval" --nsweeps=10

It comes to "OSError: /lib/x86_64-linux-gnu/libmkl_intel_thread.so: undefined symbol: mkl_graph_mxm_gus_phase2_plus_second_fp32_def_i64_i32_fp32"

And the complete Traceback is:
Traceback (most recent call last):
File "/home/zhangruitao/projects/CenterPoint/det3d/torchie/trainer/checkpoint.py", line 45, in
import spconv.pytorch as spconv
File "/home/zhangruitao/anaconda3/envs/centerpoint/lib/python3.6/site-packages/spconv/init.py", line 31, in
torch.ops.load_library(_LIB_PATH)
File "/home/zhangruitao/anaconda3/envs/centerpoint/lib/python3.6/site-packages/torch/_ops.py", line 102, in load_library
ctypes.CDLL(path)
File "/home/zhangruitao/anaconda3/envs/centerpoint/lib/python3.6/ctypes/init.py", line 348, in init
self._handle = _dlopen(self._name, mode)
OSError: /lib/x86_64-linux-gnu/libmkl_intel_thread.so: undefined symbol: mkl_graph_mxm_gus_phase2_plus_second_fp32_def_i64_i32_fp32

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tools/create_data.py", line 7, in
from det3d.datasets.nuscenes import nusc_common as nu_ds
File "/home/zhangruitao/projects/CenterPoint/det3d/datasets/init.py", line 1, in
from .builder import build_dataset
File "/home/zhangruitao/projects/CenterPoint/det3d/datasets/builder.py", line 3, in
from det3d.utils import build_from_cfg
File "/home/zhangruitao/projects/CenterPoint/det3d/utils/init.py", line 2, in
from .registry import Registry, build_from_cfg
File "/home/zhangruitao/projects/CenterPoint/det3d/utils/registry.py", line 3, in
from det3d import torchie
File "/home/zhangruitao/projects/CenterPoint/det3d/torchie/init.py", line 2, in
from .cnn import *
File "/home/zhangruitao/projects/CenterPoint/det3d/torchie/cnn/init.py", line 1, in
from .alexnet import AlexNet
File "/home/zhangruitao/projects/CenterPoint/det3d/torchie/cnn/alexnet.py", line 5, in
from ..trainer import load_checkpoint
File "/home/zhangruitao/projects/CenterPoint/det3d/torchie/trainer/init.py", line 1, in
from .checkpoint import (
File "/home/zhangruitao/projects/CenterPoint/det3d/torchie/trainer/checkpoint.py", line 47, in
import spconv as spconv
File "/home/zhangruitao/anaconda3/envs/centerpoint/lib/python3.6/site-packages/spconv/init.py", line 31, in
torch.ops.load_library(_LIB_PATH)
File "/home/zhangruitao/anaconda3/envs/centerpoint/lib/python3.6/site-packages/torch/_ops.py", line 102, in load_library
ctypes.CDLL(path)
File "/home/zhangruitao/anaconda3/envs/centerpoint/lib/python3.6/ctypes/init.py", line 348, in init
self._handle = _dlopen(self._name, mode)
OSError: /lib/x86_64-linux-gnu/libmkl_intel_thread.so: undefined symbol: mkl_graph_mxm_gus_phase2_plus_second_fp32_def_i64_i32_fp32

Has anyone else encountered this problem?

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

1 participant