nmc_met_io icon indicating copy to clipboard operation
nmc_met_io copied to clipboard

读取雷达基数据,提示protoc版本过低。

Open xcmonline opened this issue 3 years ago • 0 comments

If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. If you cannot immediately regenerate your protos, some other possible workarounds are:

  1. Downgrade the protobuf package to 3.20.x or lower.
  2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).

xcmonline avatar Oct 19 '22 07:10 xcmonline