安装PIL报错

在尝试通过pip3安装PIL时遇到了找不到匹配版本的错误。经过尝试,发现是Python解释器版本与pip不匹配,以及网络连接超时导致的。最终通过切换到Python3.7的pip并使用国内镜像成功安装了Pillow库。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

又报了这个错,Could not find a version that satisfies the requirement PIL (from versions: none)

Try to run this command from the system terminal. Make sure that you use the correct version of 'pip' installed for your Python interpreter located at '/usr/local/bin/python3.7'.

 

终端安装:

pip3 install PIL 报错:ERROR: Could not find a version that satisfies the requirement PIL (from versions: none)
ERROR: No matching distribution found for PIL

 pip3  install Pillow

提示WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x10a463ed0>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/pillow/

用国内镜像下载:pip3 install --index https://pypi.mirrors.ustc.edu.cn/simple/ gevent==1.4.0

是时候把本地pip指向python3.7了

默认使用Python3后,再pip install Pillow 成功了

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值