安装protobuf Python支持
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装protobuf Python支持相关的知识,希望对你有一定的参考价值。
先从https://github.com/google/protobuf/releases?after=v3.0.0-alpha-3 下载protobuf文件。可以根据需要进行选择性的下载。
下载完成后执行,解压包
tar -zxvf protobuf-2.6.1.tar.gz
解压完成后, 进入到protobuf 文件夹,进行配置,并且make.
#cd protobuf-2.6.1 #./configure #make #make check
如果成功,可以看到下面的界面.如果都为Pass即可进行安装。注,可能需要sudo权限。
1.png
#sudo make install
安装完成后进入到python目录,进行安装。(如有安装VirtualEnv,请注意切换到所需要的Python环境。)
#cd python #python setup.py build #python setup.py install #python setup.py test
以上是关于安装protobuf Python支持的主要内容,如果未能解决你的问题,请参考以下文章
protobuf requires Python ‘>=3.7‘ but the running Python is 3.6.5的解决方法
protobuf requires Python ‘>=3.7‘ but the running Python is 3.6.5的解决方法
protobuf requires Python ‘>=3.7‘ but the running Python is 3.6.5的解决方法