PIL名称已经换成了Pillow,如下图

python安装PIL包的方法

所以使用:

pip3 install pil

会报错。

 

正确方法是:

pip3 install pillow

python安装PIL包的方法

 

相关文章:

  • 2021-12-24
  • 2022-12-23
  • 2021-05-14
  • 2021-08-29
  • 2021-11-20
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-30
  • 2021-05-23
  • 2021-09-08
  • 2022-12-23
  • 2022-01-09
  • 2023-03-30
相关资源
相似解决方案