python包:PIL


1)简单介绍:

PIL(Python Imaging Library)是Python一个强大方便的图像处理库,名气也比较大。不过只支持到Python 2.7。

PIL仅支持到Python2.7,并且Python3.x的兼容版本名为Pillow,因此我们需要通过pip手动安装:

pip install Pillow

 

2)如何使用:

https://blog.csdn.net/zhu_rui/article/details/105728916

 

3)安装的时候报错

******************

ERROR: Could not find a version that satisfies the requirement Pillow (from versions: none)

错误:找不到满足 Pillow 要求的版本(来自版本:无)

******************

ERROR: No matching distribution found for Pillow

错误:找不到 Pillow 的匹配分布

******************

 

安装PIL

1.确认你的版本

2.如果是Python 2.7 直接 pip install PIL

3. 如果是Python 3.7 用 pip install pillow

 

 pip install pillow==8.0 -i https://pypi.tuna.tsinghua.edu.cn/simple

 pip install pillow==7.0 -i https://pypi.tuna.tsinghua.edu.cn/simple

 

 

 

posted @ 2024-04-18 14:51  wenluderen  阅读(102)  评论(1编辑  收藏  举报