15
Python图像库失败,并显示消息“解码器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 我该如何解决?