>>> import caffe
from ._caffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, \
ImportError: libprotobuf.so.12: cannot open shared object file: No such file or directory
(caffe) mooc@mooc:~/图片$ conda list protobuf
# packages in environment at /home/mooc/anaconda3/envs/caffe:
#
libprotobuf 3.4.0 0
protobuf 3.4.0 py27_0
(caffe) mooc@mooc:~/图片$ conda install protobuf=3.2
Fetching package metadata .......
Solving package specifications: ..........
(caffe) mooc@mooc:~/图片$ python
Python 2.7.13 |Continuum Analytics, Inc.| (default, Dec 20 2016, 23:09:15)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io/thanks and https://anaconda.org
>>> import caffe
>>> exit()