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
# ./cpp python setup.py install-----------Meet error: UserWarning: Error checking compiler version for cl // Microsoft Visual C++ 14.0 or greater is required
#3
Open
Arsmart123 opened this issue
Jan 29, 2022
· 0 comments
D:\software\ANACONDA\envs\tensorized\lib\site-packages\torch\utils\cpp_extension.py:316: UserWarning: Error checking compiler version for cl: [WinError 2] 系统找不到指定的文件。
warnings.warn(f'Error checking compiler version for {compiler}: {error}')
building 'linear_cpp' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
But atcually I have really installed the Cpp 14.0....
Thank you!!!
The text was updated successfully, but these errors were encountered:
D:\software\ANACONDA\envs\tensorized\lib\site-packages\torch\utils\cpp_extension.py:316: UserWarning: Error checking compiler version for cl: [WinError 2] 系统找不到指定的文件。
warnings.warn(f'Error checking compiler version for {compiler}: {error}')
building 'linear_cpp' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
But atcually I have really installed the Cpp 14.0....
Thank you!!!
The text was updated successfully, but these errors were encountered: