torch-mesh-isect
torch-mesh-isect copied to clipboard
ModuleNotFoundError: No module named 'bvh_cuda'
I have already build and install mesh-intersection。I find this line g++ -pthread -shared -B /root/anaconda3/compiler_compat -L/root/anaconda3/lib -Wl,-rpath=/root/anaconda3/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.6/src/bvh.o build/temp.linux-x86_64-3.6/src/bvh_cuda_op.o -L/usr/local/cuda/lib64 -lcudart -o build/lib.linux-x86_64-3.6/bvh_cuda.cpython-36m-x86_64-linux-gnu.so but it produce nothing in the directory pointed by -o, without any error info
I got the same issue. Did you find a solution?
Is anybody can solve this question?