HpWang-whu / RoReg

[TPAMI 2023] RoReg: Pairwise Point Cloud Registration with Oriented Descriptors and Local Rotations
https://hpwang-whu.github.io/RoReg/
90 stars 12 forks source link

Error occurs at the fourth step,"python setup.py install --blas=... --blas=..." #5

Open bigdatasz opened 7 months ago

bigdatasz commented 7 months ago

Hello,Mr HpWang.When trying to complie the code,I trapped by a problem at the fourth step.The final line of the error information show: File "/home/shenzhen/anaconda3/lib/python3.11/site-packages/torch/utils/cpp_extension.py", line 1909, in _run_ninja_build raise RuntimeError(message) from e RuntimeError: Error compiling objects for extension My deep learning environment:ubuntu20.04 cuda11.1 cudnn8.0 pytorch1.7.1 torchvision0.8.2 torchaudio0.7.2 python3.7 gcc7 g++7 Anaconda3 I ask for your helping hand,please.Thank you very much!

HpWang-whu commented 7 months ago

Hi @bigdatasz , You might follow here to install the latest version of MinkowskiEngine and there are some solved issues in Mink focusing on this problem.

Yours,

bigdatasz commented 7 months ago

Thank you very much