
Python PIL库 安装
PIL库:图像处理库
1、确保安装Python后,按Win+R打开运行输入cmd,打开终端
2、安装PIL,终端操作
pip install Pillow
如果安装出问题,就更新pip,之后再重复pip install Pillow。
python -m pip install --upgrade pip
3、检查是否成功,在开发工具中使用 from PIL import Image,看是否报错。
👁️ 阅读量:0
© 版权声明:本文《Python PIL库 安装》内容均为本站精心整理或网友自愿分享,如需转载请注明原文出处:https://www.zastudy.cn/wen/1686763873a334752.html。