Pyinstaller安装失败报错提示Installing build dependencies ... error

当我们在用pip install pyinstaller时报错提示Installing build dependencies … error

此时虽然下载成功但是安装失败了,此时得尝试在官网下载压缩包进行安装
此时虽然下载成功但是安装失败了,此时得尝试在官网下载压缩包进行安装

官网地址:https://pypi.org/project/pyinstaller/#files

链接:https://pan.baidu.com/s/1ulr5Mj02rJYvVf4fFHklug
提取码:xoj0

这里给上我下好的链接,因为官网下真的太慢了!!

下载好文件的内容
Pyinstaller安装失败报错提示Installing build dependencies ... error_第1张图片
此时我们在这个界面打开cmd命令栏,输入python setup.py install
等待安装完成就大功告成啦!
在这里插入图片描述

你可能感兴趣的:(python遇到的小麻烦)