error: command 'C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v10.0\\bin\\nvcc.exe' failed with exit status 2

I use CUDA Version 10.2, python 3.6 Anaconda and pytorch 1.3:

I installed pytorch by command:
conda install pytorch torchvision cudatoolkit=10.1 -c pytorch

when I try to setup my project by command python setup.py develop I get an error

error: command ‘C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\bin\nvcc.exe’ failed with exit status 2

hello,have you solve this problem?

你好,解决了这个问题了吗,我也是遇到了这个问题。