首先从google上下载protobuf-3.0.0.zip和protoc-3.0.0-win32.zip,然后把protoc-3.0.0-win32.zip里的protoc.exe放到protobuf-3.0.0\src\下。
下载地址:https://github.com/google/protobuf/releases/tag/v3.0.0
windows下怎么安装protobuf for python
切换到protobuf-3.0.0\python
执行指令 python setup.py build, python setup.py test, python setup.py install
 

相关文章:

  • 2022-12-23
  • 2021-04-14
  • 2021-05-28
  • 2021-06-01
  • 2022-12-23
猜你喜欢
  • 2021-10-16
  • 2021-06-24
  • 2021-04-29
  • 2021-07-31
  • 2021-09-09
  • 2021-10-03
  • 2021-11-22
相关资源
相似解决方案