pip install pyinstaller 时报错:ERROR:Could not find a version that satisfies the requirement

#python pip

img


从网上搜了很多办法,尝试了 更新pip 已经更新到最新的了,尝试了用国内镜像源,也是同样的结果,也尝试了更改pycharm的版本,还是同样的报错。实在不知道为什么会出现这样的原因。

执行pip install pyinstaller -i https://pypi.tuna.tsinghua.edu.cn/simple 提示什么

你可以尝试从github上下载到本地安装。git clone https://github.com/pyinstaller/pyinstaller

有可能换了名字,你先去搜索下这个库,然后再来安装