반응형
AttributeError: module 'PIL.Image' has no attribute 'ExifTags'
AttributeError: module 'PIL.Image' has no attribute 'ExifTags' 에러가 나타났다
해결: pip install -upgrade Pillow
pip install --upgrade Pillow
pip install --upgrade Pillow
ExifTags가 최신 패키지에 포함된 용어라 최신 패키지로 업그레이드하면 해결된다.
또는 conda update pillow 로 진행해도 좋다.
반응형
'Error and Solve' 카테고리의 다른 글
| [코드] matplotlib에서 marker 마커로 scatter plot하기 / 성능 그래프 피겨 figure (0) | 2024.12.10 |
|---|---|
| [코드] PIL image를 show 하기 / numpy array plt.show (0) | 2024.12.08 |
| [에러 해결] RuntimeError: stack expects each tensor to be equal size, but got / resize (0) | 2024.12.08 |
| [해결] np.savez_compressed 에 파일명 (0) | 2024.12.08 |
| [에러 해결] FileNotFoundError : bpe_simple_vocab_16e6 txt gz (0) | 2024.12.02 |