搜索

首页  >  问答  >  正文

python中,使用pip install PIL 出现问题could not find a version

python中,使用pip install PIL 出现问题could not find a version that satisfies...

大家讲道理大家讲道理2920 天前407

全部回复(1)我来回复

  • 阿神

    阿神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

    官方文档

    回复
    0
  • 取消回复