0. 에러
ModuleNotFoundError: No module named 'PIL'
터미널에서 pip install PIL 실행 시 발생하는 에러입니다.
1. 업데이트 및 모듈 추가
pip install Pillow
터미널에서 해당 모듈을 설치해주면 해결이 가능합니다.
728x90
'플그래밍 > 파이써언' 카테고리의 다른 글
[파이썬 기초] cv2.imshow('', var_img)시 응답 없음 오류 (0) | 2022.11.13 |
---|---|
[파이썬 기초] import와 from import의 차이점 (0) | 2022.11.13 |
[파이썬 에러] ImportError: cannot import name 'QtWebEngineWidgets' from 'PyQt5' (0) | 2022.11.12 |
[VS Code] Interactive Python 결과물 출력 제한 해제 (0) | 2022.11.10 |
[파이썬 에러] AttributeError: 'WebDriver' object has no attribute 'find_element_by_xpath' (0) | 2022.11.10 |