PILをインストールしようとしましたが、エラーが発生しました。どうすればよいですか?PILをインストールしようとするとエラーが発生します
$ Command
Result
------------
$ pip install PIL
Collecting PIL
Could not find a version that satisfies the requirement PIL (from versions:)
No matching distribution found for PIL
--------------------------------------------------------------------
$ pip install PIL --allow-unverified PIL --allow-all-external
DEPRECATION: --allow-all-external has been deprecated and will be removed in the future. Due to changes in the repository protocol, it no longer has any effect.
DEPRECATION: --allow-unverified has been deprecated and will be removed in the future. Due to changes in the repository protocol, it no longer has any effect.
Collecting PIL
Could not find a version that satisfies the requirement PIL (from versions:)
No matching distribution found for PIL
どのようなシステムですか? Linux Mintでは 'python-pil'や' python-pillow'をインストールするために 'apt-get'を使うことができます – furas