Please use the caffe-users list for usage, installation, or modeling questions, or other requests for help.
_Do not post such requests to Issues._ Doing so interferes with the development of Caffe.
Please read the guidelines for contributing before submitting this issue.
If you are having difficulty building Caffe or training a model, please ask the caffe-users mailing list. If you are reporting a build error that seems to be due to a bug in Caffe, please attach your build configuration (either Makefile.config or CMakeCache.txt) and the output of the make (or cmake) command.
Operating system:
Compiler:
CUDA version (if applicable):
CUDNN version (if applicable):
BLAS:
Python or MATLAB version (for pycaffe and matcaffe respectively):
As I had the following error
Could not find url for MSVC version = 1900 and Python version = 3.6.
To solve this ,
I created a new environment in anaconda ,with python 2.7 ,however even when i am in this environment i still get the same error.Not able to understand why does it still have to use 3.6.:(
Try this: activate root and degrade python to 3.5
only 2.7 and 3.5 are supported.
You should change python to 3.5
Most helpful comment
Try this: activate root and degrade python to 3.5