HybridPose icon indicating copy to clipboard operation
HybridPose copied to clipboard

there is a problem here

Open Vi1nce opened this issue 2 years ago • 1 comments

CUDA path has problems . (hybridpose) pc@pc-MS-7D25:~/siw-demo/HybridPose/lib/ransac_voting_gpu_layer$ python setup.py build_ext --inplace running build_ext error: [Errno 2] No such file or directory: ':/usr/local/cuda-11.7/bin/nvcc': ':/usr/local/cuda-11.7/bin/nvcc'

Vi1nce avatar Jul 15 '22 06:07 Vi1nce

Hello Vi1nce,

Thanks for your interest in our work! The error message suggests the CUDA compiler nvcc is not in /usr/local/cuda-11.7/bin/. Please make sure CUDA is installed correctly in your system and the environment variables are configured appropriately. I hope this helps!

chensong1995 avatar Jul 15 '22 17:07 chensong1995