1: pip install grpcio grpc-tools grpcio-tools protobuf
2:书写hello.proto
3:python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. test.proto(生成_pb2.py _pb2_grpc.py)
1: pip install grpcio grpc-tools grpcio-tools protobuf
2:书写hello.proto
3:python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. test.proto(生成_pb2.py _pb2_grpc.py)