本文介绍: 按照chatgpt的垃圾回答,试了好几个方案都不行,我最终还是看了github上的一些解决方案,找到了思路。

言简意赅,我在安装PIL模块的时候报错信息如下:

 pip install PIL
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
ERROR: Could not find a version that satisfies the requirement PIL (from versions: none)
ERROR: No matching distribution found for PIL

按照chatgpt的垃圾回答,试了好几个方案都不行,我最终还是看了github上的一些解决方案,找到了思路。

所以正确的方法是:

>pip install pillow

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注