pytorch-parallel
pytorch-parallel copied to clipboard
# ./cpp python setup.py install-----------Meet error: UserWarning: Error checking compiler version for cl // Microsoft Visual C++ 14.0 or greater is required
trafficstars
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!!!