Error and Solve

[에러 해결] AttributeError: module 'PIL.Image' has no attribute 'ExifTags'/ pip install --upgrade Pillow

Chr0n 2024. 12. 8. 01:31
반응형

 

 

 

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 로 진행해도 좋다.

 

 

 

반응형