Development/Python

[Solved][Python] ModuleNotFoundError: No module named 'PIL'

Best Junior 2020. 3. 1. 02:57

 

 

 

 

 [ 문제 상황 ]

ModuleNotFoundError: No module named 'PIL'

 

 

 

 [ 해결 방법 ]

pip install pillow

 

 

pip install PIL 이 아닙니다.

 

 

 

저작자표시 비영리 변경금지 (새창열림)