AttributeError: '_FieldProperty' object has no attribute 'append'
来源:23-7 启动grpc服务

慕盖茨2139358
2021-03-18
写回答
2回答
-
只是为了好玩
2021-11-19
我也遇到了同样的问题,解决方法如下:
pip uninstall protobuf
pip install protobuf
参考链接:https://stackoverflow.com/questions/58343293/attributeerror-google-protobuf-pyext-message-repeatedcompositeco-object-has
00 -
bobby
2021-03-19
你留下qq 我加你看看
022021-03-20
相似问题