anaconda install protobuf,pycaffe

安装完anaconda之后,记得:
alias python='/home/wenyangming/anaconda2/bin/python2.7'
更改默认python的版本
以及

export PATH="/home/jsmith/anaconda/bin:$PATH"

-> cannot find the google.protobuf

conda install -c https://conda.anaconda.org/anaconda protobuf


make pycaffe

-> cannot find the module named caffe

-> do

export PYTHONPATH=/home/wenyangming/caffe/python:$PYTHONPATH

attentionL = > "python"


你可能感兴趣的:(Caffe)