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
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!