运行
pip install pillow
报错
Could not find a version that satisfies the requirement pillow (from versions: ) No matching distribution found for pillow
这个时候就需要我们手动去下载第三方库然后安装。
首先,点击:www.lfd.uci.edu/~gohlke/pythonlibs...
找到 Pillow,单击即可下载
然后,使用命令
cmd 安装
pip install path\文件名
如果安装了git 使用
pip install path/文件名
安装成功。