2013-03-13 24 views
3

我目前很難在精密穿山甲上安裝PIL。 我按照這個教程(http://www.sandersnewmedia.com/why/2012/04/16/installing-pil-virtualenv-ubuntu-1204-precise-pangolin/如何將Python Imaging Library安裝到django環境?

當我這樣做:

pip install PIL 

我得到的錯誤:

Could not find any downloads that satisfy the requirement PIL 
No distributions at all found for PIL 

看了看四周谷歌,但無濟於事。

+2

看一看頂端回答[這裏](http://stackoverflow.com/questions/2485295 /所述-問題與 - 安裝泌-使用-的virtualenv - 或附加件)。您可能會發現安裝['枕頭'](https://pypi.python.org/pypi/Pillow/)更容易PIL – 2013-03-13 12:32:22

+0

@ TimmyO'Mahony謝謝.. – 2013-03-13 12:34:07

回答

8

試試這個:

pip install PIL --allow-external PIL --allow-unverified PIL 
0

您可以使用枕頭 - > PIP安裝枕頭

相關問題