Python Imaging Library (PIL)をpipでインストールを試みたところ、下記のエラーメッセージが出力され、インストールプロセスが中断。
(venv) $ pip install pil Collecting pil Could not find a version that satisfies the requirement pil (from versions: ) No matching distribution found for pil
発生環境はPython 3.6.4 (Mac OS 10.14.3)。
原因・対応
コマンド誤り。正しいインストールコマンドは下記の通り。
$ pip install pillow