pillow KeyError: 'WEBP'
2021-04-03 17:24
标签:get anaconda for 更新 ima hand format file simple 卸载pillow,重装 版本从 5.x 更新到7.0.0 另外看到有些人重装还解决不了,需要安装 libwebp-dev pillow KeyError: 'WEBP' 标签:get anaconda for 更新 ima hand format file simple 原文地址:https://www.cnblogs.com/lqerio/p/12539814.html描述
使用pillow库jpg转到webp报错
File "F:\Anaconda\lib\site-packages\PIL\Image.py", line 1983, in save
save_handler = SAVE[format.upper()]
KeyError: 'WEBP'
解决
pip install pillow -i https://pypi.tuna.tsinghua.edu.cn/simple
sudo apt-get install libwebp-dev
上一篇:meta标签 解读大全
下一篇:HTML与CSS简单页面效果实例
文章标题:pillow KeyError: 'WEBP'
文章链接:http://soscw.com/index.php/essay/71837.html