I am trying to set up caffe on my laptop and when I run the scripts\build_win.cmd
command I get the follow errors:
CMake Warning (dev) at cmake/Misc.cmake:32 (set):
implicitly converting 'BOOLEAN' to 'STRING' type.
Call Stack (most recent call first):
CMakeLists.txt:33 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found PythonInterp: C:/Anaconda3/python.exe (found suitable version
"3.7.3", minimum required is "2.7")
CMake Error at cmake/WindowsDownloadPrebuiltDependencies.cmake:40 (message):
Could not find url for MSVC version = 1900 and Python version = 3.7.
Call Stack (most recent call first):
CMakeLists.txt:77 (include)
-- Configuring incomplete, errors occurred!
See also "C:/Users/p12ai/caffe/build/CMakeFiles/CMakeOutput.log".
ERROR: Configure failed
I currently have VS 2015 installed and I got all of the python packets and C++ packets installed that it provided. I have the newest conda installed with python 3.7 Does anyone know what could be causing this and how to fix it? Please let me know if there any files or other details you would like to know.