安装报错信息如下:

ERROR: Could not find a version that satisfies the requirement PIL (from versions: none)
ERROR: No matching distribution found for PIL

 解决方式:

pip install PIL-i https://pypi.tuna.tsinghua.edu.cn/simple/

pip install 包名-i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

 

相关文章:

  • 2021-12-27
  • 2021-08-28
  • 2020-09-28
  • 2021-06-17
  • 2021-06-28
  • 2021-06-28
  • 2021-08-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-11
  • 2021-08-22
  • 2022-12-23
相关资源
相似解决方案