windows 安装 Pillow 模块

Windows系统
356
0
0
2022-08-03

运行

pip install pillow 

报错

 Could not find a version that satisfies the requirement pillow (from versions: )
No matching distribution found for pillow

image.png

这个时候就需要我们手动去下载第三方库然后安装。

首先,点击:www.lfd.uci.edu/~gohlke/pythonlibs...

找到 Pillow,单击即可下载

image.png

然后,使用命令

cmd 安装

pip install path\文件名  

image.png

如果安装了git 使用

pip install path/文件名 

image.png

安装成功。