python grpc

pip install grpcio

pip install grpcio-tools

python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. ./data.proto

原文地址:https://www.cnblogs.com/mhc-fly/p/7842894.html