Closed Salingo closed 4 years ago
Maybe it's because I'm using a virtual environment, so some files are missing?
Dear @Salingo
Thanks for reaching out,
I never had this.
They are a few interesting threads :
https://github.com/mapillary/inplace_abn/issues/104
https://github.com/mapillary/inplace_abn/issues/106#issuecomment-475460496
https://github.com/zhanghang1989/PyTorch-Encoding/issues/162
It looks like a path problem.
This line is especially suspicious
/bin/sh: 1: :/usr/local/cuda-10.1:/usr/local/cuda-10.1/bin/nvcc: not found
Are you sure cuda 10.1 is correctly installed? (you can check in /usr/local/cuda-10.1
)
Best regards, Thibault
Hi, thanks for your reply, I have fixed the issue, indeed it is the problem with my path setting. Thanks again!
Hi, thanks for your reply, I have fixed the issue, indeed it is the problem with my path setting. Thanks again!
Hey! how did you set the paths, I am facing a similar problem
请问您解决这个问题了吗?我也遇到了这种情况
Hi, when I tried to run the unit_test, it returned an error shows below. Have you ever met this problem? I am using CUDA 10.1, PyTorch 1.3.1 Thank you!