我将在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
安装protobuf
,protoc
只是一个使用protobuf
的工具
除了其他答案外,我认为您还需要安装gcpio-tools
才能通过pip
实际安装protoc
可执行文件。要运行已安装的pip
,必须使用python -m grpc.tools.protoc ...
作为命令。
您也可以从协议缓冲区下载页面安装protoc.exe
。