我如何将Python Imaging Library安装到django环境?

Suz*_*ani 3 django ubuntu python-imaging-library

我目前发现难以安装PIL在精确的穿山甲上.我已经按照本教程(http://www.sandersnewmedia.com/why/2012/04/16/installing-pil-virtualenv-ubuntu-1204-precise-pangolin/)

当我做:

pip install PIL
Run Code Online (Sandbox Code Playgroud)

我收到错误:

Could not find any downloads that satisfy the requirement PIL
No distributions at all found for PIL
Run Code Online (Sandbox Code Playgroud)

看着谷歌但无济于事.

jet*_*lej 8

试试这个:

pip install PIL --allow-external PIL --allow-unverified PIL
Run Code Online (Sandbox Code Playgroud)