首页 > 问答 > 正文
python中,使用pip install PIL 出现问题could not find a version that satisfies...
阿神2017-04-18 09:51:28
PIL(Python Imaging Library)是python处理图片的库,Pillow is the “friendly PIL fork”。PIL最新版本是 1.1.7, 最近的更新是在2009年。推荐使用Pillow。
pip install Pillow
官方文档