首页 > 代码库 > Install PIL with Jpeg support on Raspbian Jessie

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

 

Install PIL with Jpeg support on Raspbian Jessie