过程如下图:

pip install PIL 报错:ERROR: Could not find a version ERROR: No matching distribution found for PIL

安装好Pillow就可以了,

查看 \Python\Lib\site-packages文件夹

发现PIL 和Pillow 都有了

pip install PIL 报错:ERROR: Could not find a version ERROR: No matching distribution found for PIL

 

原因:

因为 PIL 已经被 Pillow 所替代了。

若使用命令 pip install Pillow 仍旧不行,这个时候就需要手动去下载第三方库然后安装。

可见这些链接:

https://www.cnblogs.com/j44p5/p/12564767.html

https://www.jianshu.com/p/3de67550cea6

 

相关文章:

  • 2021-08-21
  • 2021-10-22
  • 2021-10-01
  • 2021-10-29
  • 2021-09-14
  • 2020-05-25
  • 2018-12-04
  • 2020-03-30
猜你喜欢
  • 2020-11-07
  • 2020-10-28
  • 2021-08-09
  • 2022-01-02
  • 2018-02-22
  • 2021-11-09
  • 2021-09-18
  • 2019-05-18
相关资源
相似解决方案