Closed fankeyu123 closed 2 months ago
Hi, the main problem seems to be Failed to detect a default CUDA architecture
, which is a prerequisite for installation. Can you run nvcc --version
on your command line to verify that you have successfully installed CUDA?
Closing due to inactivity.
when run pip install . i met some err: Building wheel for torch_kdtree (pyproject.toml) ... error error: subprocess-exited-with-error
× Building wheel for torch_kdtree (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [80 lines of output] running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-cpython-310 creating build/lib.linux-x86_64-cpython-310/torch_kdtree copying torch_kdtree/nn_distance.py -> build/lib.linux-x86_64-cpython-310/torch_kdtree copying torch_kdtree/init.py -> build/lib.linux-x86_64-cpython-310/torch_kdtree running build_ext -- The CXX compiler identification is GNU 9.5.0 -- The CUDA compiler identification is unknown CMake Error at /tmp/pip-build-env-k8cher8f/overlay/lib/python3.10/site-packages/cmake/data/share/cmake-3.30/Modules/CMakeDetermineCUDACompiler.cmake:266 (message): Failed to detect a default CUDA architecture.