3

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

当我做:

pip install PIL

我得到错误:

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

环顾谷歌,但无济于事。

4

2 回答 2

7

尝试这个:

pip install PIL --allow-external PIL --allow-unverified PIL
于 2014-05-27T19:33:54.147 回答
0

您可以使用 Pillow --> pip install Pillow

于 2014-09-22T22:56:26.227 回答