ImportError: cannot import name 'image' from 'PIL'
이미지 불러오는 상황
import 가 안됨
terminal에 입력
pip install Pillow
코드에 추가
from PIL import Image
참고 --