1. 问题:TypeError: __init__() got an unexpected keyword argument 'serialized_options'

TypeError: __init__() got an unexpected keyword argument 'serialized_options'(安装protobuf 3.6.0)

2. 参考:https://blog.csdn.net/zxm1306192988/article/details/86545428  里面有个github解决网址

3. 解决:

pip install protobuf==3.6.0   

然后问题解决( pip install -U protobuf对我没用)

TypeError: __init__() got an unexpected keyword argument 'serialized_options'(安装protobuf 3.6.0)

相关文章:

  • 2022-12-23
  • 2021-12-10
  • 2021-06-16
  • 2022-02-12
  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案