|
👨🏻💻DriedPollack's Blog
Search posts...
Internal Traffic (traffic_type=internal)
Accessed from the dashboard.
This session is not logged.
💾PowerShell
❗Error
🐍Python
[VSCode] Python 파일 실행시 No module named ‘PIL’ 발생
PIL 모듈 누락으로 인한 오류를 pip install pillow 명령어로 해결하여 프로그램이 정상 실행되었다.
DriedPollack
Feb 12, 2025
Share
Contents
📝개요
🔍시도한 방법
✅실행 결과
📝개요
import PIL 구문에서 다음과 같은 오류가 발생해서 프로그램 실행이 되지 않았다.
No module named ‘PIL’
🔍시도한 방법
다음 명령어를 수행해서 pillow 모듈을 다운로드했다.
pip install pillow
✅실행 결과
install을 완료한 후 다시 프로그램을 실행하면 문제없이 코드가 실행되는 것을 확인할 수 있었다.
Share article
Share
👨🏻💻DriedPollack's Blog
RSS
·
Powered by Inblog