Open qym77 opened 3 months ago
UserWarning: Error checking compiler version for cl: [WinError 2] 系统找不到指定的文件。
warnings.warn(f'Error checking compiler version for {compiler}: {error}')
信息: 用提供的模式无法找到文件。
Traceback (most recent call last):
File "run_3dSwap.py", line 2, in
sorry,new to code,after some difficult install all the requirements,then i run python run_3dSwap.py have some problem,how can i fix it?or how can i understand errors maybe?because i no nothing about this error i guess
@qym77 The problem is that it can't locate the compiler in your system. Try to check if it's installed if not install Visual Studio C++ compiler and add it to system paths then try again.
F:\anaconda3\envs\3dSwap\lib\site-packages\torch\utils\cpp_extension.py:304: UserWarning: Error checking compiler version for cl: [WinError 2] 系统找不到指定的文件。 warnings.warn(f'Error checking compiler version for {compiler}: {error}') 信息: 用提供的模式无法找到文件。