50
17

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

pipでPILインストール

Last updated at Posted at 2016-08-20

pipでPIL(Python Imaging Library)をインストールしたときにハマったのでメモ。

インストール時の環境

MacOS X El Capitan(バージョン 10.11.6)
Python 2.7.10
pip 8.1.2

ダメだった。

$ sudo pip install pil

インストールできた。

$ sudo pip install pillow

50
17
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
50
17

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?