我将在 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/>
我应该怎么办?有人可以帮助我吗?
我将在 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/>
我应该怎么办?有人可以帮助我吗?
您需要protobuf
使用命令安装pip install protobuf
,protoc
只是一个使用的工具protobuf
除了其他答案之外,我认为您需要 installgcpio-tools
才能protoc
通过pip
. 要运行已pip
安装的,您必须使用python -m grpc.tools.protoc ...
as 命令。
您也可以protoc.exe
从Protocol Buffers 下载页面安装。