PIL은 Python Image Library로, Python의 유명한 라이브러리
https://pypi.org/project/Pillow/
Pillow
Python Imaging Library (Fork)
pypi.org
문제
Python에서 pip install PIL로 다운받으려 했으나 안됨
해결방안
>pip install image
>pip install pillow
사실 pip install image 안해주고 pip install pillow 해줘도 된다고 함

이런 식으로 설치가 진행됨

문제없이 import 되어따 !!