caffe icon indicating copy to clipboard operation
caffe copied to clipboard

Cmake Error: Could not find url for MSVC version = 1913 and Python version = 3.6.

Open EhtashamBillah opened this issue 6 years ago • 1 comments

submitting this issue.

Issue summary

Hi Willyd, I am getting an error as:

Found PythonInterp: C:/Users/mymun/Anaconda3/python.exe (found suitable version "3.6.5", minimum required is "3.5") CMake Error at cmake/WindowsDownloadPrebuiltDependencies.cmake:40 (message): Could not find url for MSVC version = 1913 and Python version = 3.6. untitled

Could you please help me?

Your system configuration

Operating system: Windows 10 Compiler: VS 2017 V15.6.7 CUDA version (if applicable):NA CUDNN version (if applicable):NA BLAS: Python or MATLAB version (for pycaffe and matcaffe respectively): Python 3.6.5

EhtashamBillah avatar Apr 28 '18 10:04 EhtashamBillah

I got the same error earlier, but realized that i wasn't getting the windows branch codes...i was clicking on the download as zip from git and i was actually downloading the caffe master codes. Just in case if you need the command to download the windows branch: git clone -b windows --single-branch https://github.com/willyd/caffe.git

yjtan118 avatar Aug 20 '18 04:08 yjtan118