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 に答える