博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
linux 找不到protoc,如何解决“make:protoc:命令未找到”
阅读量:6658 次
发布时间:2019-06-25

本文共 690 字,大约阅读时间需要 2 分钟。

我在一个CentOS系统上安装了Caffe,我没有管理权限。当我尝试编译,我遇到了以下消息:如何解决“make:protoc:命令未找到”

PROTOC src/caffe/proto/caffe.proto

make: protoc: Command not found

make: *** [.build_release/src/caffe/proto/caffe.pb.cc] Error 127

我迄今所做如下:

cd

git clone https://github.com/BVLC/caffe.git

cd caffe

cp Makefile.config.example Makefile.config

# Uncomment CPU_ONLY := 1.

# Include the following lines:

# INCLUDE_DIRS := $(PYTHON_INCLUDE) /usr/local/include /usr/include/hdf5/serial/

# LIBRARY_DIRS := $(PYTHON_LIB) /usr/local/lib /usr/lib /usr/lib/x86_64-linux-gnu/hdf5/serial

pico Makefile.config

virtualenv caffe

source caffe/bin/activate

pip install protobuf

pip install scikit-image

make all

我应该如何解决这个问题?

2015-08-21

d3pd

转载地址:http://wwqto.baihongyu.com/

你可能感兴趣的文章
Ubuntu下使用TinyProxy搭建HTTP代理服务器
查看>>
python----RSA非对称加密算法使用
查看>>
我的友情链接
查看>>
APP Link
查看>>
CCNA综合实验
查看>>
QT编译时Cannot find -lGL
查看>>
记录一下cakephp中的方法调用和参数传递
查看>>
AB 压测的部署与使用指南,还有出现的问题与解决方案
查看>>
收集几个开源的微信小程序开发框架
查看>>
php编译安装及fastcgi使用
查看>>
解决pfsense无法创建文件问题
查看>>
Linux学习
查看>>
evil 的高效操作 后续不断更新
查看>>
内核参数说明
查看>>
看PHP未来5年的发展
查看>>
Mac OSX操作系统安装和配置Zend Server 6教程(1)
查看>>
手动编译httpd
查看>>
SQLSERVER存储过程基本语法
查看>>
RSA知识整理
查看>>
14.12.2类的特殊成员2
查看>>