anaconda install protobuf,pycaffe

来源:互联网 发布:淘宝达人如何发帖 编辑:程序博客网 时间:2024/06/06 15:34

安装完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"


0 1
原创粉丝点击