python中,使用pip install PIL 出现问题could not find a version
大家讲道理
大家讲道理 2017-04-18 09:49:28
0
1
397

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

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(1)
阿神

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template