python中,使用pip install PIL 出现问题could not find a version that satisfies...
阿神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