BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
34.03k stars 18.7k forks source link

Could not find url for MSVC version = 1916 and Python version = 2.7. #6826

Open KrisLee512 opened 5 years ago

KrisLee512 commented 5 years ago

Hello,everyone!I'm a new user of CAFFE,but,there were some errs happened when I compiled the caffe in the win10+VS2017.Is there someone with some good solutions for me. Thanks! 系统找不到指定的驱动器。 系统找不到指定的驱动器。 系统找不到指定的驱动器。 系统找不到指定的驱动器。 系统找不到指定的驱动器。 系统找不到指定的驱动器。 INFO: ============================================================ INFO: Summary: INFO: ============================================================ INFO: MSVC_VERSION = 15 INFO: WITH_NINJA = 0 INFO: CMAKE_GENERATOR = "Visual Studio 15 2017 Win64" INFO: CPU_ONLY = 0 INFO: CUDA_ARCH_NAME = Auto INFO: CMAKE_CONFIG = Release INFO: USE_NCCL = 0 INFO: CMAKE_BUILD_SHARED_LIBS = 0 INFO: PYTHON_VERSION = 2 INFO: BUILD_PYTHON = 1 INFO: BUILD_PYTHON_LAYER = 1 INFO: BUILD_MATLAB = 1 INFO: PYTHON_EXE = "python" INFO: RUN_TESTS = 0 INFO: RUN_LINT = 0 INFO: RUN_INSTALL = 0 INFO: ============================================================


Visual Studio 2017 Developer Command Prompt v15.9.0 Copyright (c) 2017 Microsoft Corporation


[vcvarsall.bat] Environment initialized for: 'x64' -- Selecting Windows SDK version 10.0.17763.0 to target Windows 10.0.17134. 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.

CMake Error at cmake/WindowsDownloadPrebuiltDependencies.cmake:41 (message): Could not find url for MSVC version = 1916 and Python version = 2.7. Call Stack (most recent call first): CMakeLists.txt:77 (include)

-- Configuring incomplete, errors occurred!

UBUNTUHWB commented 4 years ago

我也遇到同样的问题,请问最后解决了么?

dbyoung720 commented 4 years ago

under windows compiler, caffe must be check window branch

UBUNTUHWB commented 4 years ago

请问最后如何解决的?