Skip to content

-- 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

@ahmettrecep

Description

@ahmettrecep

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions