2020年5月20日水曜日

[Python] PILのインストール

pip3でPIL(Python Imaging Library)をインストールするには,
% pip3 install pil
としても,以下のようなエラーが表示されます.
ERROR: Could not find a version that satisfies the requirement pil (from versions: none)
ERROR: No matching distribution found for pil

正しくは,
% pip3 install pillow
としなければなりません.

0 件のコメント :

コメントを投稿