无法安装 Protoc :找不到满足 protoc 需求的版本



我将在windows 10(python 3.7.2(上安装协议

pip install protoc <br/>
ERROR: Could not find a version that satisfies the requirement protoc<br/>
ERROR: No matching distribution found for protoc <br/>

我该怎么办?有人能帮我吗?

您需要使用命令pip install protobuf安装protobufprotoc只是一个使用protobuf的工具

除了其他答案外,我认为您还需要安装gcpio-tools才能通过pip实际安装protoc可执行文件。要运行已安装的pip,必须使用python -m grpc.tools.protoc ...作为命令。

您也可以从协议缓冲区下载页面安装protoc.exe

相关内容

  • 没有找到相关文章

最新更新