pyinstaller 安装两个报错

在Windows 7 32位系统中安装PyInstaller时遇到两个错误:1. 找不到满足要求的setuptools版本(需大于40.8)。解决方法是通过pip更新setuptools。2. Export目录包含超过10个重复条目。为解决此问题,尝试安装较低版本的Pyinstaller,例如3.1版。经过这些步骤,最终成功在Win7 32-bit上安装了Pyinstaller 3.1。
摘要由CSDN通过智能技术生成

pyinstaller 安装两个报错


1. ‘Could not find a version that satisfies the requirement setuptools>=40.8’

【解决办法】更新 setuptools:pip install -U setuptools


2. ‘Export directory contains more than 10 repeated entries’

【解决办法】多尝试几个更低版本的 pyinstaller(如3.0,3.1):pip install pyinstaller==3.1

【注】本人Win 7 32-bit,使用 pyinstaller==3.1 成功安装。


End
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值