Setup: CUDA 10.0.130, cudNN 7.4.1, VS 2017 15.9.3 x64, PyTorch nightly (conda)
INPUT
python setup.py build develop
OUTPUT
...
C:/Users/pazzu/Documents/maskrcnn-benchmark/maskrcnn_benchmark/csrc/cuda/ROIAlign_cuda.cu(275): error: no instance of function template "THCCeilDiv" matches the argument list
argument types are: (long long, long)
C:/Users/pazzu/Documents/maskrcnn-benchmark/maskrcnn_benchmark/csrc/cuda/ROIAlign_cuda.cu(275): error: no instance of overloaded function "std::min" matches the argument list
argument types are: (
C:/Users/pazzu/Documents/maskrcnn-benchmark/maskrcnn_benchmark/csrc/cuda/ROIAlign_cuda.cu(320): error: no instance of function template "THCCeilDiv" matches the argument list
argument types are: (int64_t, long)
C:/Users/pazzu/Documents/maskrcnn-benchmark/maskrcnn_benchmark/csrc/cuda/ROIAlign_cuda.cu(320): error: no instance of overloaded function "std::min" matches the argument list
argument types are: (
4 errors detected in the compilation of "C:/Users/pazzu/AppData/Local/Temp/tmpxft_00003e80_00000000-10_ROIAlign_cuda.cpp1.ii".
error: command 'C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA\v10.0\bin\nvcc.exe' failed with exit status 1
Cuda: 9.0
cudnn:7.1.4
Pytorch 1.0 release
anaconda3 + python 3.6
Also fails on Windows10 with error below:
"error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe' failed with exit status 2"
Could somebody help?
I have the same issue. Maybe it's a GCC thing.
Win 10, python 3.7, pytorch 1.0 stable, Cuda 10. Will send more detailed logs later.
Cuda: 9.0
cudnn:7.1.4
Pytorch 1.0 release
anaconda3 + python 3.6
compiler: VC14
A lot of errors:
File "setup.py", line 29
extra_compile_args = {'gcc':['/Qstd=c99']}
^
TabError: inconsistent use of tabs and spaces in indentation
(python36) c:\Users\wangyong\maskrcnn-benchmark-master>python setup.py build develop
File "setup.py", line 29
extra_compile_args = {"gcc": ['/Qstd=c99']}
^
TabError: inconsistent use of tabs and spaces in indentation
(python36) c:\Users\wangyong\maskrcnn-benchmark-master>python setup.py build develop
running build
running build_py
running build_ext
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\utils\cpp_extension.py:184: UserWarning: Error checking compiler version for cl: [WinError 2] 系统找不到指定的文件。
warnings.warn('Error checking compiler version for {}: {}'.format(compiler, error))
building 'maskrcnn_benchmark._C' extension
Traceback (most recent call last):
File "setup.py", line 69, in
cmdclass={"build_ext": torch.utils.cpp_extension.BuildExtension},
File "C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\setuptools__init__.py", line 143, in setup
return distutils.core.setup(**attrs)
File "C:\ProgramData\Anaconda3\envs\python36\lib\distutils\core.py", line 148, in setup
dist.run_commands()
File "C:\ProgramData\Anaconda3\envs\python36\lib\distutils\dist.py", line 955, in run_commands
self.run_command(cmd)
File "C:\ProgramData\Anaconda3\envs\python36\lib\distutils\dist.py", line 974, in run_command
cmd_obj.run()
File "C:\ProgramData\Anaconda3\envs\python36\lib\distutils\commandbuild.py", line 135, in run
self.run_command(cmd_name)
File "C:\ProgramData\Anaconda3\envs\python36\lib\distutils\cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "C:\ProgramData\Anaconda3\envs\python36\lib\distutils\dist.py", line 974, in run_command
cmd_obj.run()
File "C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\setuptools\commandbuild_ext.py", line 78, in run
_build_ext.run(self)
File "C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\Cython\Distutils\old_build_ext.py", line 186, in run
_build_ext.build_ext.run(self)
File "C:\ProgramData\Anaconda3\envs\python36\lib\distutils\commandbuild_ext.py", line 339, in run
self.build_extensions()
File "C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\utils\cpp_extension.py", line 343, in build_extensions
build_ext.build_extensions(self)
File "C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\Cython\Distutils\old_build_ext.py", line 194, in build_extensions
self.build_extension(ext)
File "C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\setuptools\commandbuild_ext.py", line 199, in build_extension
_build_ext.build_extension(self, ext)
File "C:\ProgramData\Anaconda3\envs\python36\lib\distutils\commandbuild_ext.py", line 533, in build_extension
depends=ext.depends)
File "C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\utils\cpp_extension.py", line 333, in win_wrap_compile
extra_postargs, depends)
File "C:\ProgramData\Anaconda3\envs\python36\lib\distutils_msvccompiler.py", line 423, in compile
self.spawn(args)
File "C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\utils\cpp_extension.py", line 321, in spawn
cflags = self.cflags['cxx']
KeyError: 'cxx'
(python36) c:\Users\wangyong\maskrcnn-benchmark-master>python setup.py build develop
File "setup.py", line 28
extra_compile_args = {"cxx": ['/Qstd=c99']]}
^
SyntaxError: invalid syntax
(python36) c:\Users\wangyong\maskrcnn-benchmark-master>python setup.py build develop
running build
running build_py
running build_ext
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\utils\cpp_extension.py:184: UserWarning: Error checking compiler version for cl: [WinError 2] 系统找不到指定的文件。
warnings.warn('Error checking compiler version for {}: {}'.format(compiler, error))
building 'maskrcnn_benchmark._C' extension
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DWITH_CUDA -Ic:\Users\wangyong\maskrcnn-benchmark-master\maskrcnn_benchmark\csrc -IC:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include -IC:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include -IC:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\TH -IC:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0\include" -IC:\ProgramData\Anaconda3\envs\python36\include -IC:\ProgramData\Anaconda3\envs\python36\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" /EHsc /Tpc:\Users\wangyong\maskrcnn-benchmark-master\maskrcnn_benchmark\csrc\vision.cpp /Fobuild\temp.win-amd64-3.6\Release\Users\wangyong\maskrcnn-benchmark-master\maskrcnn_benchmark\csrc\vision.obj /Qstd=c99 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_C -D_GLIBCXX_USE_CXX11_ABI=0
cl : Command line warning D9002 : ignoring unknown option '/Qstd=c99'
vision.cpp
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/Exception.h(27): warning C4275: non dll-interface class 'std::exception' used as base for dll-interface class 'c10::Error'
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\vcruntime_exception.h(43): note: see declaration of 'std::exception'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/Exception.h(27): note: see declaration of 'c10::Error'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/Exception.h(28): warning C4251: 'c10::Error::msg_stack_': class 'std::vector
with
[
_Ty=std::string
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/Exception.h(28): note: see declaration of 'std::vector
with
[
_Ty=std::string
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/Exception.h(29): warning C4251: 'c10::Error::backtrace_': class 'std::basic_string
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/Exception.h(34): warning C4251: 'c10::Error::msg_': class 'std::basic_string
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/Exception.h(35): warning C4251: 'c10::Error::msg_without_backtrace_': class 'std::basic_string
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/core/Allocator.h(126): warning C4251: 'c10::InefficientStdFunctionContext::ptr_': class 'std::unique_ptr
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xxatomic(180): note: see declaration of 'std::atomic
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/core/TensorTypeIdRegistration.h(45): warning C4251: 'c10::TensorTypeIdRegistry::registeredTypeIds_': class 'std::unordered_set
with
[
_Kty=c10::TensorTypeId
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/core/TensorTypeIdRegistration.h(45): note: see declaration of 'std::unordered_set
with
[
_Kty=c10::TensorTypeId
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/core/TensorTypeIdRegistration.h(46): warning C4251: 'c10::TensorTypeIdRegistry::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of class 'c10::TensorTypeIdRegistry'
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/Half-inl.h(168): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/Half-inl.h(171): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/Half-inl.h(174): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/Half-inl.h(177): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/Half-inl.h(181): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/Half-inl.h(184): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/Half-inl.h(187): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/Half-inl.h(190): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/Half-inl.h(196): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/Half-inl.h(199): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/Half-inl.h(202): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/Half-inl.h(205): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/Half-inl.h(209): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/Half-inl.h(212): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/Half-inl.h(215): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/Half-inl.h(218): warning C4244: 'argument': conversion from 'int64_t' to 'float', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/typeid.h(433): warning C4068: unknown pragma
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/typeid.h(434): warning C4068: unknown pragma
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/typeid.h(435): warning C4068: unknown pragma
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/typeid.h(436): warning C4068: unknown pragma
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/typeid.h(438): warning C4068: unknown pragma
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/intrusive_ptr.h(58): warning C4251: 'c10::intrusive_ptr_target::refcount_': struct 'std::atomic
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xxatomic(180): note: see declaration of 'std::atomic
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/intrusive_ptr.h(59): warning C4251: 'c10::intrusive_ptr_target::weakcount_': struct 'std::atomic
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xxatomic(180): note: see declaration of 'std::atomic
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/intrusive_ptr.h(75): warning C4068: unknown pragma
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/intrusive_ptr.h(76): warning C4068: unknown pragma
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/intrusive_ptr.h(77): warning C4068: unknown pragma
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/intrusive_ptr.h(78): warning C4068: unknown pragma
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/intrusive_ptr.h(79): warning C4068: unknown pragma
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/intrusive_ptr.h(86): warning C4068: unknown pragma
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/intrusive_ptr.h(80): warning C4297: 'c10::intrusive_ptr_target::~intrusive_ptr_target': function assumed not to throw an exception but does
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/intrusive_ptr.h(80): note: destructor or deallocator has a (possibly implicit) non-throwing exception specification
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/intrusive_ptr.h(83): warning C4297: 'c10::intrusive_ptr_target::~intrusive_ptr_target': function assumed not to throw an exception but does
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/intrusive_ptr.h(83): note: destructor or deallocator has a (possibly implicit) non-throwing exception specification
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/intrusive_ptr.h(699): warning C4267: 'return': conversion from 'size_t' to 'uint32_t', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/intrusive_ptr.h(733): warning C4267: 'return': conversion from 'size_t' to 'uint32_t', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/core/StorageImpl.h(215): warning C4251: 'c10::StorageImpl::data_ptr_': class 'c10::DataPtr' needs to have dll-interface to be used by clients of struct 'c10::StorageImpl'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/core/Allocator.h(19): note: see declaration of 'c10::DataPtr'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/core/Storage.h(184): warning C4251: 'c10::Storage::storage_impl_': class 'c10::intrusive_ptr
with
[
TTarget=c10::StorageImpl
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/core/Storage.h(10): note: see declaration of 'c10::intrusive_ptr
with
[
TTarget=c10::StorageImpl
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/logging_is_not_google_glog.h(47): warning C4251: 'c10::MessageLogger::stream_': class 'std::basic_stringstream
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\iosfwd(687): note: see declaration of 'std::basic_stringstream
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/TensorImpl.h(115): warning C4251: 'at::PlacementDeleteContext::data_ptr_': class 'c10::DataPtr' needs to have dll-interface to be used by clients of struct 'at::PlacementDeleteContext'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/core/Allocator.h(19): note: see declaration of 'c10::DataPtr'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/TensorImpl.h(1434): warning C4251: 'at::TensorImpl::sizes_': class 'c10::SmallVector
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/TensorImpl.h(1434): note: see declaration of 'c10::SmallVector
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/TensorImpl.h(1435): warning C4251: 'at::TensorImpl::strides_': class 'c10::SmallVector
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/TensorImpl.h(1434): note: see declaration of 'c10::SmallVector
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/TensorImpl.h(454): warning C4244: 'argument': conversion from 'int64_t' to 'c10::DeviceIndex', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/TensorImpl.h(1006): warning C4244: 'argument': conversion from 'float' to 'const std::size_t', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/TensorImpl.h(1382): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/LegacyTypeDispatch.h(138): warning C4251: 'at::LegacyTypeDispatch::type_registry': class 'std::unique_ptr
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/LegacyTypeDispatch.h(51): note: see declaration of 'std::unique_ptr
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Tensor.h(692): warning C4251: 'at::Tensor::impl_': class 'c10::intrusive_ptr
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Tensor.h(44): note: see declaration of 'c10::intrusive_ptr
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Tensor.h(693): warning C4522: 'at::Tensor': multiple assignment operators specified
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Tensor.h(720): warning C4251: 'at::WeakTensor::weak_impl_': class 'c10::weak_intrusive_ptr
with
[
TTarget=at::TensorImpl,
NullType=at::UndefinedTensorImpl
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/intrusive_ptr.h(163): note: see declaration of 'c10::weak_intrusive_ptr
with
[
TTarget=at::TensorImpl,
NullType=at::UndefinedTensorImpl
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/LegacyTHDispatch.h(86): warning C4251: 'at::LegacyTHDispatch::dispatcher_registry': class 'std::unique_ptr
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/LegacyTHDispatch.h(61): note: see declaration of 'std::unique_ptr
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/Context.h(128): warning C4251: 'at::Context::generator_registry': class 'std::unique_ptr
with
[
_Ty=at::Generator
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Type.h(104): note: see declaration of 'std::unique_ptr
with
[
_Ty=at::Generator
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/Context.h(145): warning C4251: 'at::Context::thc_init': struct 'std::once_flag' needs to have dll-interface to be used by clients of class 'at::Context'
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(452): note: see declaration of 'std::once_flag'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/Context.h(146): warning C4251: 'at::Context::thh_init': struct 'std::once_flag' needs to have dll-interface to be used by clients of class 'at::Context'
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(452): note: see declaration of 'std::once_flag'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/Context.h(147): warning C4251: 'at::Context::complex_init_': struct 'std::once_flag' needs to have dll-interface to be used by clients of class 'at::Context'
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(452): note: see declaration of 'std::once_flag'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/Context.h(151): warning C4251: 'at::Context::next_id': struct 'std::atomic
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xxatomic(180): note: see declaration of 'std::atomic
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/Context.h(152): warning C4251: 'at::Context::thc_state': class 'std::unique_ptr
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\stdlib.h(1183): note: see declaration of 'getenv'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/Context.h(164): warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\stdlib.h(1183): note: see declaration of 'getenv'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/Stream.h(102): warning C4244: 'argument': conversion from 'unsigned __int64' to 'c10::DeviceIndex', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/Stream.h(102): warning C4244: 'argument': conversion from 'unsigned __int64' to 'c10::StreamId', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/TensorGeometry.h(56): warning C4251: 'at::TensorGeometry::sizes_': class 'std::vector
with
[
_Ty=int64_t
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/typeid.h(580): note: see declaration of 'std::vector
with
[
_Ty=int64_t
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/TensorGeometry.h(57): warning C4251: 'at::TensorGeometry::strides_': class 'std::vector
with
[
_Ty=int64_t
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/typeid.h(580): note: see declaration of 'std::vector
with
[
_Ty=int64_t
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/autograd/variable.h(351): warning C4251: 'torch::autograd::Variable::Impl::name': class 'std::basic_string
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/autograd/variable.h(355): warning C4251: 'torch::autograd::Variable::Impl::grad_fn_': class 'std::shared_ptr
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/autograd/edge.h(17): note: see declaration of 'std::shared_ptr
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/autograd/variable.h(356): warning C4251: 'torch::autograd::Variable::Impl::grad_accumulator_': class 'std::weak_ptr
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/autograd/variable.h(153): note: see declaration of 'std::weak_ptr
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/autograd/variable.h(358): warning C4251: 'torch::autograd::Variable::Impl::version_counter_': struct 'torch::autograd::VariableVersion' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::Impl'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/autograd/variable_version.h(19): note: see declaration of 'torch::autograd::VariableVersion'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/autograd/variable.h(359): warning C4251: 'torch::autograd::Variable::Impl::hooks_': class 'std::vector
with
[
_Ty=std::shared_ptr
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/autograd/variable.h(245): note: see declaration of 'std::vector
with
[
_Ty=std::shared_ptr
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/autograd/variable.h(376): warning C4251: 'torch::autograd::Variable::Impl::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of struct 'torch::autograd::Variable::Impl'
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/thread_pool.h(51): warning C4251: 'c10::ThreadPool::tasks_': class 'std::queue
with
[
_Ty=c10::ThreadPool::task_element_t
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/thread_pool.h(51): note: see declaration of 'std::queue
with
[
_Ty=c10::ThreadPool::task_element_t
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/thread_pool.h(52): warning C4251: 'c10::ThreadPool::threads_': class 'std::vector
with
[
_Ty=std::thread
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/thread_pool.h(52): note: see declaration of 'std::vector
with
[
_Ty=std::thread
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/thread_pool.h(53): warning C4251: 'c10::ThreadPool::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of class 'c10::ThreadPool'
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/thread_pool.h(54): warning C4251: 'c10::ThreadPool::condition_': class 'std::condition_variable' needs to have dll-interface to be used by clients of class 'c10::ThreadPool'
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(536): note: see declaration of 'std::condition_variable'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/thread_pool.h(55): warning C4251: 'c10::ThreadPool::completed_': class 'std::condition_variable' needs to have dll-interface to be used by clients of class 'c10::ThreadPool'
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(536): note: see declaration of 'std::condition_variable'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/ivalue.h(24): warning C4251: 'c10::ivalue::ConstantString::str_': class 'std::basic_string
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/ivalue.h(43): warning C4251: 'c10::ivalue::List
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/ArrayRef.h(214): note: see declaration of 'std::vector
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/ivalue.h(65): note: see reference to class template instantiation 'c10::ivalue::List
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/ivalue.h(43): warning C4251: 'c10::ivalue::List
with
[
Elem=c10::IValue,
_Ty=c10::IValue
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/ivalue.h(43): note: see declaration of 'std::vector
with
[
Elem=c10::IValue,
_Ty=c10::IValue
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/ivalue.h(69): note: see reference to class template instantiation 'c10::ivalue::List
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/ivalue.h(570): warning C4251: 'c10::ivalue::Future::mutex_': class 'std::mutex' needs to have dll-interface to be used by clients of struct 'c10::ivalue::Future'
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\mutex(78): note: see declaration of 'std::mutex'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/ivalue.h(572): warning C4251: 'c10::ivalue::Future::completed_': struct 'std::atomic
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xxatomic(180): note: see declaration of 'std::atomic
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/ivalue.h(573): warning C4251: 'c10::ivalue::Future::callbacks': class 'std::vector
with
[
_Ty=std::function
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/ivalue.h(573): note: see declaration of 'std::vector
with
[
_Ty=std::function
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/ivalue.h(43): warning C4251: 'c10::ivalue::List
with
[
_Ty=int64_t
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/typeid.h(580): note: see declaration of 'std::vector
with
[
_Ty=int64_t
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/ivalue.h(622): note: see reference to class template instantiation 'c10::ivalue::List
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/ivalue.h(43): warning C4251: 'c10::ivalue::List
with
[
T=double,
_Ty=double
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/ArrayRef.h(214): note: see declaration of 'std::vector
with
[
T=double,
_Ty=double
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/ivalue.h(636): note: see reference to class template instantiation 'c10::ivalue::List
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/ivalue.h(43): warning C4251: 'c10::ivalue::List
with
[
_Ty=bool
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/ivalue.h(296): note: see declaration of 'std::vector
with
[
_Ty=bool
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/ivalue.h(643): note: see reference to class template instantiation 'c10::ivalue::List
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/ivalue.h(43): warning C4251: 'c10::ivalue::List
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Type.h(224): note: see declaration of 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/ivalue.h(650): note: see reference to class template instantiation 'c10::ivalue::List
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/scope.h(24): warning C4251: 'torch::jit::Scope::parent_': class 'c10::intrusive_ptr
with
[
TTarget=torch::jit::Scope
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/scope.h(20): note: see declaration of 'c10::intrusive_ptr
with
[
TTarget=torch::jit::Scope
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/constants.h(16): warning C4275: non dll-interface class 'std::runtime_error' used as base for dll-interface struct 'torch::jit::constant_not_supported_error'
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\stdexcept(156): note: see declaration of 'std::runtime_error'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/constants.h(16): note: see declaration of 'torch::jit::constant_not_supported_error'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/jit_type.h(52): warning C4251: 'std::enable_shared_from_this
with
[
_Ty=c10::Type
]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\memory(1161): note: see declaration of 'std::weak_ptr<_Ty>'
with
[
_Ty=c10::Type
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/jit_type.h(213): warning C4251: 'c10::SingleElementType
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/jit_type.h(50): note: see declaration of 'std::shared_ptr
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/jit_type.h(361): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/jit_type.h(476): warning C4251: 'c10::CompleteTensorType::sizes_': class 'std::vector
with
[
_Ty=int64_t
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/typeid.h(580): note: see declaration of 'std::vector
with
[
_Ty=int64_t
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/jit_type.h(477): warning C4251: 'c10::CompleteTensorType::strides_': class 'std::vector
with
[
_Ty=int64_t
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/typeid.h(580): note: see declaration of 'std::vector
with
[
_Ty=int64_t
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/jit_type.h(445): warning C4800: 'std::size_t': forcing value to bool 'true' or 'false' (performance warning)
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/jit_type.h(463): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/jit_type.h(482): warning C4251: 'c10::SingleElementType
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/jit_type.h(50): note: see declaration of 'std::shared_ptr
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/jit_type.h(516): warning C4251: 'c10::SingleElementType
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/jit_type.h(50): note: see declaration of 'std::shared_ptr
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/jit_type.h(622): warning C4251: 'c10::TupleType::elements_': class 'std::vector
with
[
_Ty=c10::TypePtr
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/jit_type.h(148): note: see declaration of 'std::vector
with
[
_Ty=c10::TypePtr
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/tracing_state.h(29): warning C4251: 'std::enable_shared_from_this
with
[
_Ty=torch::jit::tracer::TracingState
]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\memory(1161): note: see declaration of 'std::weak_ptr<_Ty>'
with
[
_Ty=torch::jit::tracer::TracingState
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/tracing_state.h(47): warning C4251: 'torch::jit::tracer::TracingState::value_map': class 'std::unordered_map
with
[
_Kty=torch::jit::tracer::TracingState::WeakTensor,
_Ty=torch::jit::Value *
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/tracing_state.h(47): note: see declaration of 'std::unordered_map
with
[
_Kty=torch::jit::tracer::TracingState::WeakTensor,
_Ty=torch::jit::Value *
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/tracing_state.h(48): warning C4251: 'torch::jit::tracer::TracingState::graph': class 'std::shared_ptr
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/tracing_state.h(48): note: see declaration of 'std::shared_ptr
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/tracing_state.h(52): warning C4251: 'torch::jit::tracer::TracingState::lookup_var_name_fn': class 'std::function
with
[
_Ty=torch::jit::tracer::TracingState
]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\memory(1124): note: see declaration of 'std::shared_ptr<_Ty>'
with
[
_Ty=torch::jit::tracer::TracingState
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/serialize/input-archive.h(78): warning C4251: 'torch::serialize::InputArchive::module_': class 'std::shared_ptr
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/serialize/input-archive.h(78): note: see declaration of 'std::shared_ptr
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/serialize/output-archive.h(66): warning C4251: 'torch::serialize::OutputArchive::module_': class 'std::shared_ptr
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/serialize/input-archive.h(78): note: see declaration of 'std::shared_ptr
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/script/lexer.h(384): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/script/lexer.h(458): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/interpreter.h(42): warning C4251: 'torch::jit::Code::pImpl': class 'std::shared_ptr
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/interpreter.h(42): note: see declaration of 'std::shared_ptr
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/argument_spec.h(189): warning C4267: 'initializing': conversion from 'size_t' to 'int32_t', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/argument_spec.h(192): warning C4267: 'initializing': conversion from 'size_t' to 'int32_t', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/argument_spec.h(192): warning C4267: 'initializing': conversion from 'size_t' to 'const int32_t', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/argument_spec.h(196): warning C4244: '+=': conversion from 'int64_t' to 'int32_t', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/argument_spec.h(215): warning C4244: '+=': conversion from 'int64_t' to 'int32_t', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/argument_spec.h(276): warning C4800: 'const unsigned int': forcing value to bool 'true' or 'false' (performance warning)
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/argument_spec.h(367): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/graph_executor.h(41): warning C4251: 'torch::jit::GraphExecutor::pImpl': class 'std::shared_ptr
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/graph_executor.h(41): note: see declaration of 'std::shared_ptr
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/script/module.h(56): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/script/compiler.h(93): warning C4275: non dll-interface struct 'torch::jit::script::SugaredValue' used as base for dll-interface struct 'torch::jit::script::SimpleValue'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/script/compiler.h(35): note: see declaration of 'torch::jit::script::SugaredValue'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/script/compiler.h(93): note: see declaration of 'torch::jit::script::SimpleValue'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/script/compiler.h(122): warning C4275: non dll-interface struct 'torch::jit::script::SugaredValue' used as base for dll-interface struct 'torch::jit::script::BuiltinFunction'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/script/compiler.h(35): note: see declaration of 'torch::jit::script::SugaredValue'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/script/compiler.h(122): note: see declaration of 'torch::jit::script::BuiltinFunction'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/script/compiler.h(130): warning C4251: 'torch::jit::script::BuiltinFunction::self': class 'c10::optional
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/script/module.h(479): note: see declaration of 'c10::optional
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/script/compiler.h(143): warning C4275: non dll-interface struct 'torch::jit::script::SugaredValue' used as base for dll-interface struct 'torch::jit::script::BuiltinModule'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/script/compiler.h(35): note: see declaration of 'torch::jit::script::SugaredValue'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/script/compiler.h(143): note: see declaration of 'torch::jit::script::BuiltinModule'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/script/compiler.h(157): warning C4251: 'torch::jit::script::BuiltinModule::name': class 'std::basic_string
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\xstring(2633): note: see declaration of 'std::basic_string
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/script/compiler.h(160): warning C4251: 'torch::jit::script::BuiltinModule::version': class 'c10::optional
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/script/compiler.h(145): note: see declaration of 'c10::optional
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/script/compiler.h(167): warning C4275: non dll-interface struct 'torch::jit::script::SugaredValue' used as base for dll-interface struct 'torch::jit::script::ForkValue'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/script/compiler.h(35): note: see declaration of 'torch::jit::script::SugaredValue'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/script/compiler.h(167): note: see declaration of 'torch::jit::script::ForkValue'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/script/compiler.h(173): warning C4275: non dll-interface struct 'torch::jit::script::SugaredValue' used as base for dll-interface struct 'torch::jit::script::AnnotateValue'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/script/compiler.h(35): note: see declaration of 'torch::jit::script::SugaredValue'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/script/compiler.h(173): note: see declaration of 'torch::jit::script::AnnotateValue'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/module.h(61): warning C4251: 'std::enable_shared_from_this
with
[
_Ty=torch::nn::Module
]
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\memory(1161): note: see declaration of 'std::weak_ptr<_Ty>'
with
[
_Ty=torch::nn::Module
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/module.h(483): warning C4251: 'torch::nn::Module::parameters_': class 'torch::OrderedDict
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/module.h(209): note: see declaration of 'torch::OrderedDict
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/module.h(486): warning C4251: 'torch::nn::Module::buffers_': class 'torch::OrderedDict
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/module.h(209): note: see declaration of 'torch::OrderedDict
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/module.h(489): warning C4251: 'torch::nn::Module::children_': class 'torch::OrderedDict
with
[
_Ty=torch::nn::Module
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/module.h(245): note: see declaration of 'torch::OrderedDict
with
[
_Ty=torch::nn::Module
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/module.h(492): warning C4251: 'torch::nn::Module::name_': class 'c10::optional
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/named_value.h(70): note: see declaration of 'c10::optional
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/pimpl.h(123): error C2872: 'std': ambiguous symbol
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/argument_spec.h(380): note: could be 'std'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/pimpl.h(123): note: or 'std'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/batchnorm.h(92): note: see reference to class template instantiation 'torch::nn::ModuleHolder
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/stack.h(30): note: see reference to class template instantiation 'c10::ArrayRef
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/pimpl.h(129): error C2872: 'std': ambiguous symbol
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch/csrc/jit/argument_spec.h(380): note: could be 'std'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/pimpl.h(129): note: or 'std'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/conv.h(106): warning C4251: 'torch::nn::ConvImpl<1,torch::nn::Conv1dImpl>::options': struct 'torch::nn::ConvOptions<1>' needs to have dll-interface to be used by clients of class 'torch::nn::ConvImpl<1,torch::nn::Conv1dImpl>'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/conv.h(87): note: see declaration of 'torch::nn::ConvOptions<1>'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/conv.h(126): warning C4251: 'torch::nn::ConvImpl<2,torch::nn::Conv2dImpl>::options': struct 'torch::nn::ConvOptions<2>' needs to have dll-interface to be used by clients of class 'torch::nn::ConvImpl<2,torch::nn::Conv2dImpl>'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/conv.h(87): note: see declaration of 'torch::nn::ConvOptions<2>'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/conv.h(146): warning C4251: 'torch::nn::ConvImpl<3,torch::nn::Conv3dImpl>::options': struct 'torch::nn::ConvOptions<3>' needs to have dll-interface to be used by clients of class 'torch::nn::ConvImpl<3,torch::nn::Conv3dImpl>'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/conv.h(87): note: see declaration of 'torch::nn::ConvOptions<3>'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/functional.h(89): warning C4251: 'torch::nn::FunctionalImpl::function_': class 'std::function
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Type.h(224): note: see declaration of 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/rnn.h(174): warning C4251: 'torch::nn::detail::RNNImplBase
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Type.h(224): note: see declaration of 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/rnn.h(174): warning C4251: 'torch::nn::detail::RNNImplBase
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Type.h(224): note: see declaration of 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/rnn.h(174): warning C4251: 'torch::nn::detail::RNNImplBase
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Type.h(224): note: see declaration of 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/rnn.h(174): warning C4251: 'torch::nn::detail::RNNImplBase
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/rnn.h(64): note: see declaration of 'c10::optional
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/rnn.h(174): warning C4251: 'torch::nn::detail::RNNImplBase
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Type.h(224): note: see declaration of 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/rnn.h(202): warning C4251: 'torch::nn::detail::RNNImplBase
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Type.h(224): note: see declaration of 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/rnn.h(202): warning C4251: 'torch::nn::detail::RNNImplBase
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Type.h(224): note: see declaration of 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/rnn.h(202): warning C4251: 'torch::nn::detail::RNNImplBase
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Type.h(224): note: see declaration of 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/rnn.h(202): warning C4251: 'torch::nn::detail::RNNImplBase
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Type.h(224): note: see declaration of 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/rnn.h(202): warning C4251: 'torch::nn::detail::RNNImplBase
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/rnn.h(64): note: see declaration of 'c10::optional
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/rnn.h(202): warning C4251: 'torch::nn::detail::RNNImplBase
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Type.h(224): note: see declaration of 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/rnn.h(228): warning C4251: 'torch::nn::detail::RNNImplBase
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Type.h(224): note: see declaration of 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/rnn.h(228): warning C4251: 'torch::nn::detail::RNNImplBase
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Type.h(224): note: see declaration of 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/rnn.h(228): warning C4251: 'torch::nn::detail::RNNImplBase
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Type.h(224): note: see declaration of 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/rnn.h(228): warning C4251: 'torch::nn::detail::RNNImplBase
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Type.h(224): note: see declaration of 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/rnn.h(228): warning C4251: 'torch::nn::detail::RNNImplBase
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/rnn.h(64): note: see declaration of 'c10::optional
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/nn/modules/rnn.h(228): warning C4251: 'torch::nn::detail::RNNImplBase
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Type.h(224): note: see declaration of 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/optim/optimizer.h(80): warning C4251: 'torch::optim::detail::OptimizerBase::parameters_': class 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Type.h(224): note: see declaration of 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/optim/adagrad.h(28): warning C4275: non dll-interface class 'torch::optim::Optimizer' used as base for dll-interface class 'torch::optim::Adagrad'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/optim/optimizer.h(97): note: see declaration of 'torch::optim::Optimizer'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/optim/adagrad.h(28): note: see declaration of 'torch::optim::Adagrad'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/optim/adagrad.h(44): warning C4251: 'torch::optim::Adagrad::sum_buffers': class 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Type.h(224): note: see declaration of 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/optim/adagrad.h(45): warning C4251: 'torch::optim::Adagrad::step_buffers': class 'std::vector
with
[
_Ty=int64_t
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/typeid.h(580): note: see declaration of 'std::vector
with
[
_Ty=int64_t
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/optim/adam.h(31): warning C4275: non dll-interface class 'torch::optim::Optimizer' used as base for dll-interface class 'torch::optim::Adam'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/optim/optimizer.h(97): note: see declaration of 'torch::optim::Optimizer'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/optim/adam.h(31): note: see declaration of 'torch::optim::Adam'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/optim/adam.h(45): warning C4251: 'torch::optim::Adam::step_buffers': class 'std::vector
with
[
_Ty=int64_t
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\c10/util/typeid.h(580): note: see declaration of 'std::vector
with
[
_Ty=int64_t
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/optim/adam.h(46): warning C4251: 'torch::optim::Adam::exp_average_buffers': class 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Type.h(224): note: see declaration of 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/optim/adam.h(47): warning C4251: 'torch::optim::Adam::exp_average_sq_buffers': class 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Type.h(224): note: see declaration of 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/optim/adam.h(48): warning C4251: 'torch::optim::Adam::max_exp_average_sq_buffers': class 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Type.h(224): note: see declaration of 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/optim/lbfgs.h(22): warning C4305: 'initializing': truncation from 'double' to 'float'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/optim/lbfgs.h(23): warning C4305: 'initializing': truncation from 'double' to 'float'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/optim/lbfgs.h(27): warning C4275: non dll-interface class 'torch::optim::LossClosureOptimizer' used as base for dll-interface class 'torch::optim::LBFGS'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/optim/optimizer.h(107): note: see declaration of 'torch::optim::LossClosureOptimizer'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/optim/lbfgs.h(27): note: see declaration of 'torch::optim::LBFGS'
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/optim/lbfgs.h(48): warning C4251: 'torch::optim::LBFGS::ro': class 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\ATen/core/Type.h(224): note: see declaration of 'std::vector
with
[
_Ty=at::Tensor
]
C:\ProgramData\Anaconda3\envs\python36\lib\site-packages\torch\lib\include\torch\csrcapi\include\torch/optim/lbfgs.h(49): warning C4251: 'torch::optim::LBFGS::al': class 'std::vector
Most helpful comment
Cuda: 9.0
cudnn:7.1.4
Pytorch 1.0 release
anaconda3 + python 3.6
Also fails on Windows10 with error below:
"error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe' failed with exit status 2"
Could somebody help?