본문 바로가기
Python

python - from PIL import Image Error 에러 해결법

by le_piee 2020. 11. 13.

연결 된 인터프리터가 아닌 다른 인터프리터에 라이브러리가 다운 됐을 확률이 있다.

 

라이브러리를 설치 한 후, 인터프리터를 변경 했을 경우

 

해당 라이브러리를 삭제 후 다시 설치하면 된다.

 

pip uninstall Pillow

pip uninstall Image

pip install Pillow 

pip uninstall Image