torch-mesh-isect icon indicating copy to clipboard operation
torch-mesh-isect copied to clipboard

ModuleNotFoundError: No module named 'bvh_cuda'

Open AIML opened this issue 5 years ago • 2 comments

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

AIML avatar Jul 10 '19 06:07 AIML

I got the same issue. Did you find a solution?

xiyichen avatar Jul 03 '22 16:07 xiyichen

Is anybody can solve this question?

Mr-corton avatar Mar 01 '24 09:03 Mr-corton