vchoutas / torch-mesh-isect

Other
281 stars 72 forks source link

ModuleNotFoundError: No module named 'bvh_cuda' #3

Open AIML opened 4 years ago

AIML commented 4 years ago

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

xiyichen commented 2 years ago

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

Mr-corton commented 4 months ago

Is anybody can solve this question?