使用 pip install PIL 时报如下错误:
Collecting PIL
Could not find a version that satisfies the requirement PIL (from versions: )
No matching distribution found for PIL
可能应是 PIL 已经是 deprecated 了,
直接安装Pillow即可
$ sudo pip install Pillow
使用 pip install PIL 时报如下错误:
Collecting PIL
Could not find a version that satisfies the requirement PIL (from versions: )
No matching distribution found for PIL
可能应是 PIL 已经是 deprecated 了,
直接安装Pillow即可
$ sudo pip install Pillow