-
The Pillow package is required to use this functionETC 2022. 6. 2. 21:26
The Pillow package is required to use this function
파이썬으로 이미지 인식관련되서 기능구현을 하려는데 아래와 같은 오류가 발생하였습니다.
정확히는, 스크린샷을 따서 해당 이미지를 저장하려는 기능을 구현하고 있었습니다.
pip install Pillow --upgrade
이런 경우, Pillow의 version을 upgrade해주면 됩니다.
도움받은 Stackoverflow 링크 첨부해둘게요.
python - pyautogui, screenshot function doesn't recognize installed Pillow module - Stack Overflow
pyautogui, screenshot function doesn't recognize installed Pillow module
I want to execute this code in Pycharm x, y = pyautogui.locateCenterOnScreen('LVL35.png') But I get this message ImportError: Pillow module must be installed to use screenshot functions on Wind...
stackoverflow.com
Pillow라는 라이브러리에 대해서는 추후 따로 포스팅으로 다루도록 하겠습니다.
감사합니다.
'ETC' 카테고리의 다른 글
IntelliJ에서 indent간의 간격에 색을 입혀주는 Plugin(특히 파이썬에서 유용) (0) 2022.06.02 Python에서 임의의 난수 발생시키기 (0) 2022.06.02 Microsoft Edge Version 확인하고 Python Selenium과 Version 맞추기 (0) 2022.06.02 윈도우창을 자신이 원하는 형태로 크기를 조절하고 하는 방법 (0) 2022.05.05 Virtual Box 확장팩 release version이 모여있는 주소 (0) 2022.05.05