这是protobuf二进制的问题,解决该问题的唯一方法是安装纯python的实现。具体如下:
pip uninstall protobuf pip install --no-binary=protobuf protobuf