python中,使用pip install PIL 出现问题could not find a version that satisfies...
光阴似箭催人老,日月如移越少年。
PIL(Python Imaging Library)是python处理图片的库,Pillow is the “friendly PIL fork”。PIL最新版本是 1.1.7, 最近的更新是在2009年。推荐使用Pillow。
pip install Pillow
官方文档
PIL(Python Imaging Library)是python处理图片的库,Pillow is the “friendly PIL fork”。
PIL最新版本是 1.1.7, 最近的更新是在2009年。推荐使用Pillow。
官方文档