0
点赞
收藏
分享

微信扫一扫

pip install PIL 报错

自信的姐姐 2023-05-04 阅读 77


使用 pip install PIL 时报如下错误:

Collecting PIL
Could not find a version that satisfies the requirement PIL (from versions: )
No matching distribution found for PIL

可能应是 PIL 已经是 deprecated 了,

参考:

http://stackoverflow.com/questions/20060096/installing-pil-with-pip

使用新的 PIL fork 版的 Pillow 即可。

$ sudo pip install Pillow

举报

相关推荐

0 条评论