mac环境使用python处理protobuf

Posted 一起来学python

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac环境使用python处理protobuf相关的知识,希望对你有一定的参考价值。

1.安装

https://github.com/protocolbuffers/protobuf/releases

选择protobuf-all-3.10.1.tar.gz就行
解压并安装,编译

2.解压并安装

tar -zxvf protobug-all-3.10.1.tar.gz

cd protobuf-3.10.1 && ./configure && make && make check && make install 

这个过程比较慢

以上是关于mac环境使用python处理protobuf的主要内容,如果未能解决你的问题,请参考以下文章

安装protobuf

安装python protobuf模块遇到的问题

如何在 Python 中解码 protobuf 时提取和打印正确的值

mac安装使用protobuf (go)

golang——win10环境protobuf的使用

Google Protobufwindows下protobuf的环境搭建