NVIDIA / MinkowskiEngine

Minkowski Engine is an auto-diff neural network library for high-dimensional sparse tensors
https://nvidia.github.io/MinkowskiEngine
Other
2.5k stars 369 forks source link

cannot find /lib64/libpthread.so.0 #606

Open mojingtong opened 1 month ago

mojingtong commented 1 month ago

When I try to compile MinkowskiEngine by Anaconda, I use the command: python setup.py install --blas_include_dirs=${CONDA_PREFIX}/include --blas=openblas

But it occurs the following problems: /media/LOCAL/home/cn1978/miniforge3/envs/SLidR/compiler_compat/ld: cannot find /lib64/libpthread.so.0 /media/LOCAL/home/cn1978/miniforge3/envs/SLidR/compiler_compat/ld: cannot find /usr/lib64/libpthread_nonshared.a collect2: error: ld returned 1 exit status error: command '/media/LOCAL/home/cn1978/miniforge3/envs/SLidR/bin/g++' failed with exit code 1

My environment is: torch=1.9.0, cuda=11.1, python=3.8, gcc=9.4.0

Thanks a lot!