Barbershop
Barbershop copied to clipboard
In WIN10 anaconda error
e:\Anaconda3\envs\env_Sid\lib\site-packages\torch\utils\cpp_extension.py:322: 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 "main.py", line 13, in
same issue here
Hi, I found out the issue is that you don't have cl.exe installed on your computer. Therefore, installing C++ compiler worked for me. I installed Visual Studio first and then compiler according to https://code.visualstudio.com/docs/cpp/config-msvc. After installation I also added folder with cl.exe (C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\bin\Hostx64\x64) to the System Variable Path. You can check the succesful installation by the command cl or cl.exe - it is described in the link above. After installation of cl.exe restart the prompt window and Anaconda.
Hi, I found out the issue is that you don't have cl.exe installed on your computer. Therefore, installing C++ compiler worked for me. I installed Visual Studio first and then compiler according to https://code.visualstudio.com/docs/cpp/config-msvc. After installation I also added folder with cl.exe (C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\bin\Hostx64\x64) to the System Variable Path. You can check the succesful installation by the command cl or cl.exe - it is described in the link above. After installation of cl.exe restart the prompt window and Anaconda.
Can you deploy it on Windows 10? Why do I have a lot of dependencies that don't install? Can you teach me?