2

私はpipをインストールし、正しく機能する仮想環境を手に入れました(私は思う)。PILをインストールしようとしています。インストールしようとすると、次のエラーが表示されます。

C:\Users\CharlesP>python -m pip install python-imaging
Downloading/unpacking python-imaging
  Could not find any downloads that satisfy the requirement python-imaging
Cleaning up...
No distributions at all found for python-imaging
Storing debug log for failure in C:\Users\CharlesP\pip\pip.log

なぜこれが起こっているのか分かりません。pillow もインストールしましたが、正しくインストールされたと表示されますが、最新バージョンの PyScripter で pillow モジュールを使用しようとすると、そのようなモジュールがないというエラーが表示されます。

4

2 に答える 2

1

これは役立つかもしれません:

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

ただし、代わりに Pillow を使用することを検討することもできます。これにより、次のような問題が発生することはありません。

リンク

于 2014-10-14T21:25:10.580 に答える