扫码关注官方订阅号
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
官方文档
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
扫描下载App
Copyright 2014-2025 //m.sbmmt.com/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
PIL(Python Imaging Library)是python处理图片的库,Pillow is the “friendly PIL fork”。
PIL最新版本是 1.1.7, 最近的更新是在2009年。推荐使用Pillow。
官方文档