安装指定版本的pip
pip uninstall protobufsudo pip install protobuf==3.13.0#失败了,安装的还是3.18.0pip show protobuf #查看版本,用的whl文件,在安装的时候会有显示pip install protobuf-3.13.0-cp27-cp27mu-manylinux1_x86_64.whlpip show protobuf
·
pip uninstall protobuf
sudo pip install protobuf==3.13.0#失败了,安装的还是3.18.0
pip show protobuf #查看版本,用的whl文件,在安装的时候会有显示
pip install protobuf-3.13.0-cp27-cp27mu-manylinux1_x86_64.whl
pip show protobuf
更多推荐
已为社区贡献2条内容
所有评论(0)