search

Home  >  Q&A  >  body text

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

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

大家讲道理大家讲道理2895 days ago402

reply all(1)I'll reply

  • 阿神

    阿神2017-04-18 09:51:28

    PIL (Python Imaging Library) is a library for python to process images. Pillow is the “friendly PIL fork”.
    The latest version of PIL is 1.1.7, and the last update was in 2009. It is recommended to use Pillow.

    pip install Pillow

    Official Documents

    reply
    0
  • Cancelreply