Ubuntu 16.04 anaconda3虚拟环境caffe3下安装编译caffe
https://blog.youkuaiyun.com/kellyroslyn/article/details/97134861
1、错误
(mxnet-cu100) shiyy@244:~/nas/anaconda_caffe$ make all -j8
PROTOC src/caffe/proto/caffe.proto
make: protoc:命令未找到
Makefile:634: recipe for target ‘.build_release/src/caffe/proto/caffe.pb.cc’ failed
make: *** [.build_release/src/caffe/proto/caffe.pb.cc] Error 127
2、https://blog.youkuaiyun.com/futangxiang4793/article/details/85050341
conda install lmdb openblas glog gflags hdf5 protobuf leveldb boost opencv cmake -y
3、https://www.cnblogs.com/geoffreyone/p/10696045.html 使用anconda 虚拟环境安装caffe
/.bashrc ,添加 虚拟环境路径, export PATH="/home/shiyy/nas/anaconda3/envs/aaa/bin:$PATH"