修正pil错误 IOError: decoder zip not available
关于修正UBUNTU下PIL错误 IOError: decoder zip not available
第一步,卸载PIL
easy_install pip//没有的话可以先安装
pip uninstall pil
第二步,下载ZLIB
下载地址:http://www.zlib.net/
也可以去:https://sourceforge.net/projects/libpng/?source=dlp
第三步,安装ZLIB
./configure
make
make install
第四步,安装PIL
pip install pil
参看文章:
1,http://www.linuxdiyf.com/viewarticle.php?id=107892
2,http://www.zlib.net/
3,http://obroll.com/install-python-pil-python-image-library-on-ubuntu-11-10-oneiric/
4,http://stackoverflow.com/questions/3544155/need-help-with-a-pil-error-ioerror-decoder-zip-not-available
5,http://lutaf.com/128.htm
6,http://stackoverflow.com/questions/12555831/decoder-jpeg-not-available-error-when-following-django-photo-app-tutorial
版权声明
由 davidzhang创作并维护的 Gowhich博客采用创作共用保留署名-非商业-禁止演绎4.0国际许可证。
本文首发于 博客( https://www.gowhich.com ),版权所有,侵权必究。
本文永久链接: https://www.gowhich.com/blog/334
版权声明
由 davidzhang创作并维护的 Gowhich博客采用创作共用保留署名-非商业-禁止演绎4.0国际许可证。
本文首发于 Gowhich博客( https://www.gowhich.com ),版权所有,侵权必究。
本文永久链接: https://www.gowhich.com/blog/334