BVLC / caffe

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

Could not find url for MSVC version = 1900 and Python version = 3.6. #6144

Closed Vibha111094 closed 6 years ago

Vibha111094 commented 6 years ago

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.

Issue summary

Steps to reproduce

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.

Your system configuration

Operating system: Compiler: CUDA version (if applicable): CUDNN version (if applicable): BLAS: Python or MATLAB version (for pycaffe and matcaffe respectively):

Vibha111094 commented 6 years ago

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.:(

cianhwang commented 6 years ago

Try this: activate root and degrade python to 3.5

TinusChen commented 6 years ago

only 2.7 and 3.5 are supported. You should change python to 3.5