liuran001/GJZS

安装python protobuf库时报错

EasyAuthorize opened this issue · 0 comments

使用解包playload.bin功能需要安装这个包
但是他自带的安装命令无法安装
手动执行python -m pip install protobuf报错
ERROR: Could not find a version that satisfies the requirement protobuf (from versions: none)
ERROR: No matching distribution found for protobuf
但是在python2.7中可以使用
因为解包playload.bin脚本使用python3语法
所以我只能使用pip install protobuf解决这个问题