OPEN-AIR-SUN / mars

MARS: An Instance-aware, Modular and Realistic Simulator for Autonomous Driving

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RuntimeError: Error compiling objects for extension.

Starrydiary opened this issue · comments

Hello, thank you for your work. I'm having an issue with your open-source code, when I run to "cd /path/to/tiny-cuda-nn/bindings/torch" and "python setup.py install" based on the README you provided. The following issue occurs: anaconda3/envs/mars/lib/python3.9/site-packages/torch/utils/cpp_extension.py", line 1909, in _run_ninja_build
raise RuntimeError(message) from e
RuntimeError: Error compiling objects for extension.
Please how to solve it, I modified the path of cuda and changed the pytorch version and it is not solved. My device is an ubuntu system, the graphics card is NVIDIA Quadro P1000, the Driver Version is 535.146.02, and the CUDA Version is 12.2. Please provide some suggestions and solutions, thank you.

Hi! @Starrydiary

This seems to be an issue related to installing tiny-cuda-nn. You might be able to get some help over there.