【Python】pip install PIL 报错

问题现象:
安装PIL库:pip install PIL
报错:
ERROR: Could not find a version that satisfies the requirement PIL (from versions: none)
ERROR: No matching distribution found for PIL

问题原因:
在python3.7中,PIL库已经更名为:pillow

解决方法:
pip install pillow

posted @ 2020-05-22 10:16  心脏鼓点  阅读(5741)  评论(0编辑  收藏  举报