美文网首页
pip安装pyinstaller失败的解决方法

pip安装pyinstaller失败的解决方法

作者: coffeeteas | 来源:发表于2020-01-03 14:44 被阅读0次

错误情况:

从下面错误来看,是安装build的依赖失败

解决方法:

下载setup.py文件来安装

image

1、先下载 pyinstaller的安装文件,下载地址:http://www.pyinstaller.org/downloads.html

2、我安装的是3.4版本,直接下载:pyinstaller 3.4

image

3、下载到本地后,直接解压,然后通过管理员模式打开命令窗口,用 cd 命令切换至 pyinstaller的解压路径,然后运行 python setup.py install

image

4、安装的过程出现下面的提示表明安装成功

image image

相关文章

网友评论

      本文标题:pip安装pyinstaller失败的解决方法

      本文链接:https://www.haomeiwen.com/subject/ccbzoctx.html