15
Python Image Library가 "디코더 JPEG를 사용할 수 없음"메시지와 함께 실패 함-PIL
PIL은 내 시스템에서 JPEG를 지원합니다. 업로드 할 때마다 코드가 실패합니다. File "PIL/Image.py", line 375, in _getdecoder raise IOError("decoder %s not available" % decoder_name) IOError: decoder jpeg not available 이 문제를 어떻게 해결할 수 있습니까?