Closed antran89 closed 4 years ago
@antran89 from the error log I see that Ninja is not able to locate the cuda compiler (nvcc
) in your system. Can you please verify that nvcc
works, and that the CUDA_HOME
env variable is correctly set?
I don't know why but when I switch into CUDA10, it would solve the problem.
@antran89 good to hear that your issue is solved, closing this now.
I have solved it by set CUDA_HOME
in shell before python setup.py install
:
export CUDA_HOME=/usr/local/cuda-11.3
I have installed successfully
inplace_abn
before, but recently, I installed again. It throws errors. Could you please figure out why?