python2.7 protobuf版本
时间: 2023-09-19 12:04:58 浏览: 479
protobuf的编译器 protoc.exe文件,版本号为3.21.12
在 Python 2.7 中,可以使用 protobuf 2.x 版本。可以通过以下命令安装 protobuf 2.x:
```
pip install protobuf==2.*
```
请注意,Python 2.7 已经不再受支持,建议升级到 Python 3.x 版本以获得更好的支持和功能。
阅读全文