Created: 2022-08-19 01:07
官方安装文档:https://grpc.io/docs/protoc-installation/
安装后 protoc
命令可用
# ubuntu
sudo apt install protobuf-compiler
# mac
brew install protobuf
先安装 python 的 protobuf 包,
pip3 install protobuf
否则执行 python 文件时报错
ImportError: No module named google.protobuf