0

我将在 Windows 10 (python 3.7.2) 上安装 protoc

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

我应该怎么办?有人可以帮助我吗?

4

2 回答 2

0

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

于 2021-04-17T10:39:33.560 回答
0

除了其他答案之外,我认为您需要 installgcpio-tools才能protoc通过pip. 要运行已pip安装的,您必须使用python -m grpc.tools.protoc ...as 命令。

您也可以protoc.exeProtocol Buffers 下载页面安装。

于 2021-04-18T05:17:51.567 回答