Python安装Pyinstaller失败,Preparing wheel metadata ... error

Python安装Pyinstaller失败,Preparing wheel metadata … error

使用pip安装pyinstaller失败,出现错误:Preparing wheel metadata … error
pyinstaller安装失败

解决办法

先安装wheel

pip install wheel -i https://pypi.tuna.tsinghua.edu.cn/simple

在这里插入图片描述
安装完成后,再次安装Pyinstaller

pip install Pyinstaller -i https://pypi.tuna.tsinghua.edu.cn/simple

在这里插入图片描述
成功

执行pyinstaller时报错:TypeError: an integer is required (got type bytes)

网上找了一圈,发现基本都是python 3.8版本才会出现这个问题

解决办法

从github安装pyinstaller的最新版本:

pip install https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz

顺利的话,到这里就结束了
然而,由于github的下载速度太慢,导致pip install https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz失败了。没办法,那就只能先下载下来再安装了。

本地安装pyinstaller

打开浏览器,输入https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz,等待下载完成。
下载完成后解压,使用cmd进入目录,运行setup.py

python setup.py install

在这里插入图片描述
这次终于成功了
程序员的道路总是充满了曲折,但还是要保持微笑🙂,不是么

评论 27
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值