Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@ahmettrecep
Copy link

ahmettrecep commented Jan 17, 2021

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.

@ahmettrecep
Copy link
Author

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

@AarohiSingla
Copy link

AarohiSingla commented Jan 18, 2021

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

@ahmettrecep
Copy link
Author

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

@ahmettrecep
Copy link
Author

@willyd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants