본문 바로가기
파이썬

파이썬 에러 - the pillow package is required to use this function.

by blacknabis 2023. 5. 10.

pyautogui.screenshot()을 사용하는데 다음과 같은 에러가 발생.

the pillow package is required to use this function.

 

해결방법은 간단하다. pip install pillow --upgrade 로 "pillow" 업그레이드 해주면 해결!