You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the path of your compiler is not correct.
I suggest you add the environment path "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64" to PATH.
Someone says typing the following commands in CMD also works. call “C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat” set DISTUTILS_USE_SDK=1
The environment is competely same....But when I am using pytorch with jit method, below error appears:
subprocess.CalledProcessError: Command '['where', 'cl']' returned non-zero exit status 1.
Any suggestion? Thank you!!!!
The text was updated successfully, but these errors were encountered: