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
-- 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 this issue
Jan 17, 2021
· 4 comments
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 DEPENDENCIES_URL_${MSVC_VERSION}_${_pyver})
message(FATAL_ERROR "Could not find url for MSVC version = ${MSVC_VERSION} and Python version = ${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.")
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 DEPENDENCIES_URL_${MSVC_VERSION}_${_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.
The text was updated successfully, but these errors were encountered: