Install PIL with Jpeg support on Raspbian Jessie

参考:

  • https://www.raspberrypi.org/forums/viewtopic.php?f=91&t=79379

在 树莓派(Raspbian Jessie) 上安装django-oscar时,使用如下命令无法安装成功Pillow

sudo pip install pillow

解决

sudo apt-get install python-pil
原文地址:https://www.cnblogs.com/flowjacky/p/5951401.html