BVLC / caffe

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

win10 python2 import caffe error #6892

Open EdwardVincentMa opened 4 years ago

EdwardVincentMa commented 4 years ago

Thank You very much for answering me !~ I build caffe successfully at Win10+anaconda3+vs2015+python3.6+cuda9.0, and generate caffe dir successfully.

image

I have put the caffe dir under the Anaconda3/evns/py2/Lib/site-packages. But when python2 import caffe, the error is as below: Module use of python36.dll conflicts with this version of Python image

image