Python OSError解码器jpeg不可用。没有解决方案

时间:2015-06-08 03:12:17

标签: python ubuntu python-imaging-library pillow

使用枕头时出现此错误“OSError decoder jpeg not available”。我尝试了在谷歌上找到的所有内容,但没有任何效果。 我在ubuntu 14.04上使用python 3。 pip版本7.0.3,枕头版本2.8.2。

1 个答案:

答案 0 :(得分:0)

这有点晚了,但它可能对其他人有帮助......

我建议关注Rolo's directions 。如果失败,还有一件事需要rouxxx's tip,即清除您的本地pip缓存(例如rm -rf ~/.cache/pip)并查看是否有帮助。