当前位置: 代码迷 >> 综合 >> return _message.default_pool.FindFieldByName(full_name) KeyError: Couldn't find field google.pr
  详细解决方案

return _message.default_pool.FindFieldByName(full_name) KeyError: Couldn't find field google.pr

热度:69   发布时间:2023-12-15 22:29:48.0
return _message.default_pool.FindFieldByName(full_name)

KeyError: "Couldn't find field google.protobuf.FileOptions.javanano_use_deprecated_package"


解决:

pip install --force-reinstall --upgrade protobuf

  相关解决方案