1、问题
python调用grpc接口报错
2、原因
由于更新了代码,proto文件没有重新build生成
3、重新build方法
python -m grpc_tools.protoc --python_out=./tools/ --grpc_python_out=./tools/ -I. ./proto/hello.proto