python38 -m grpc_tools.protoc --proto_path=. --python_out=./python --grpc_python_out=./python
proto_path指的是包含file.proto的目录
protoc生成pb2和pb2_grc.py文件
本原创文章未经允许不得转载 | 当前页面:PCYO 评测夜鸥 六度计算世界 » protoc生成pb2和pb2_grc.py文件
python38 -m grpc_tools.protoc --proto_path=. --python_out=./python --grpc_python_out=./python
proto_path指的是包含file.proto的目录