安装python的图形处理库: pillow

Pillow >= 2.0.0 supports Python versions 2.6, 2.7, 3.2, 3.3, 3.4, 3.5

https://pillow.readthedocs.org/en/latest/installation.html

在mac下,用python3.5.1 安装方法: 

在terminal输入: sudo python3.5 -m pip install Pillow 

一会就可以看到激动人心的,success!

Successfully installed Pillow-3.0.0

原文地址:https://www.cnblogs.com/terryc/p/5058791.html