1、软件版本
首先我先安装了python 2.72、当我要安装PIL时,我在cmd下面输入:pip install PIL错误提示是:
Could not find a version that satisfies the requirement PIL (from versions: )No matching distribution found for PIL应该是: pip install pillow如果不行,先安装wheel : pip install wheel
本文介绍了在Python环境中遇到PIL安装失败的问题及解决方案。作者尝试使用pip install PIL命令进行安装但未成功,最终通过安装pillow库解决了问题。此外,还提供了一种备选方案,即先安装wheel库。

11万+

被折叠的 条评论
为什么被折叠?



