本文主要是介绍gRPC小错记录:TypeError: new() got an unexpected keyword argument 'serialized_options,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
今天调试gRPC报了这个错误:TypeError: new() got an unexpected keyword argument 'serialized_options
Google了一下,说是protobuf版本的问题,客户端和服务端的protobuf版本不一样,把客户端的protobuf卸载重新安装跟服务端一样版本后就好了。
protobuf 的版本是 3.6.1
https://github.com/tensorflow/models/issues/3995
这篇关于gRPC小错记录:TypeError: new() got an unexpected keyword argument 'serialized_options的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!