码迷,mamicode.com
首页 > 其他好文 > 详细

PIL遇到问题解决

时间:2017-08-10 11:38:35      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:ann   com   cannot   使用   efi   版本   identify   hub   问题   

PIL 全称:Pillow

在使用PIL4.2.1版本读取jpeg文件时,报cannot identify image file,去github源查找原因:https://github.com/python-pillow/Pillow/issues/2628 ,感觉坑比较大,所以回避了这个版本

重新卸载掉Pillow 

sudo pip uninstall Pillow

 

重新下载,由于使用官方的镜像太慢,也规避掉并指定3.3.1版本,采用国内豆瓣的源:

pip install Pillow=3.3.1 -i https://pypi.douban.com/simple

这样问题解决.

 

PIL遇到问题解决

标签:ann   com   cannot   使用   efi   版本   identify   hub   问题   

原文地址:http://www.cnblogs.com/gongxijun/p/7337974.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!