PIL是Python平台事实上的图像处理标准库,支持多种格式,并提供强大的图形与图像处理功能。
但是安装时,使用pip install PIL报如下错误:
ERROR: Could not find a version that satisfies the requirement PIL (from versions: none)
ERROR: No matching distribution found for PIL
正确的安装命令如下:
pip install pillow
PIL是Python平台事实上的图像处理标准库,支持多种格式,并提供强大的图形与图像处理功能。
但是安装时,使用pip install PIL报如下错误:
ERROR: Could not find a version that satisfies the requirement PIL (from versions: none)
ERROR: No matching distribution found for PIL
正确的安装命令如下:
pip install pillow