无法使用Pycharm安装PIL



嗨,我试图使用pycharm安装PIL。我正在使用PIP 19.1.1

当我尝试安装PIL时发生此错误

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

我相信此错误是由于版本下拉菜单中未指定PIL的版本。我无法指定要安装的PIL版本,因为下拉菜单中没有选项。

尝试使用枕头:https://pypi.org/project/pillow/

这是一个友好的叉子。

您可以安装它:

pip install Pillow

最新更新