Python pip: エラー対処法 - "Could not find a version that satisfies the requirement PIL (from versions: ) No matching distribution found for PIL"
· One min read
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)。
