2
4

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.

Python3系でpip install PILが使えない

Posted at

#pip install PILが使えなかったので備忘録です。
python2系だとpip install PILが使えるようなのですが、python3系だと使えないみたいです。

なのでpip install pillowを使って入れましょう

参考url
https://librabuch.jp/blog/2013/05/python_pillow_pil/

2
4
0

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
2
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?