MAC下使用pip安装pil时有时会出现这种错误:

Could not find a version that satisfies the requirement PIL (from versions: )

No matching distribution found for PIL

此时可以改用在pycharm终端中使用 sudo命令来安装

ex:  py2.x     sudo pip install Pillow

       py3.x.    sudo pip3 install Pillow

或者可以使用pycharm自带的安装器来安装

Could not find a version that satisfies the requirement PIL (from versions: )

相关文章:

  • 2022-12-23
  • 2021-11-07
  • 2022-12-23
  • 2021-10-19
  • 2021-12-13
  • 2021-12-05
  • 2021-05-21
猜你喜欢
  • 2021-07-29
  • 2022-01-30
  • 2022-12-23
  • 2021-12-11
  • 2021-12-21
相关资源
相似解决方案