ModuleNotFoundError No module named PIL Posted on 2021-04-13 Edited on 2022-12-02 In programming , python Word count in article: 44 Reading time ≈ 1 mins. Play Game in DOSGamePlayer App PIL 이란PIL : Python Image Library 이다 파이썬 프로그램을 실행시키니 다음 같은 오류 메시지가 나왔다 12 import PIL.ImageModuleNotFoundError: No module named 'PIL' PIL 모듈이 없다고 설치 해야 한다는데 1pip install PIL 을 입력하니 안된다 해결방법1pip install image 이미지를 설치하면 된다