willyd / caffe-builder

CMake build scripts to automate building the Caffe library and its dependencies.
BSD 2-Clause "Simplified" License
186 stars 116 forks source link

-- Selecting Windows SDK version to target Windows 10.0.19041. CMake Error at cmake/WindowsDownloadPrebuiltDependencies.cmake:40 (message): Could not find url for MSVC version = 1900 and Python version = 3.6. Call Stack (most recent call first): CMakeLists.txt:77 (include) #62

Open ahmettrecep opened 3 years ago

ahmettrecep commented 3 years ago

I am currently working on Single Shot Detector Object Detection. I have tried to install SSD. But, I am getting the error which in the title. I have analyzed one by one the .cmake files that related to each other. I have seen there is a line that contain set (DEPENDENCIES_URL_BASE https://github.com/willyd/caffe-builder/releases/download) in the WindowsDownloadPrebuiltDependencies.cmake: 6. But there is no folder entitled "releases "in the caffe-builder package. I need to help to solve this.

The 39. and 40. lines are below.

if(NOT DEFINED DEPENDENCIESURL${MSVCVERSION}${_pyver}) message(FATAL_ERROR "Could not find url for MSVC version = ${MSVC_VERSION} and Python version = ${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.")

I follow this http://caffe.berkeleyvision.org/installation.html official installation page. When i run "cmake .. " on cmd prompt then this error occur.

ahmettrecep commented 3 years ago

The CMakeLists.txt:77 is include(cmake/WindowsDownloadPrebuiltDependencies.cmake)

AarohiSingla commented 3 years ago

which python version you are using and which operating System? Cuda version also

ahmettrecep commented 3 years ago

I am using Python 3.6.0, Cuda 10.1. OS is Windows 10

ahmettrecep commented 3 years ago

@willyd