python pip安装PIL报错 Could not find a version that satisfies the requirement PIL (from versions: )

python pip安装PIL报错 Could not find a version that satisfies the requirement PIL (from versions: )

pip install PIL报错:Could not find a version that satisfies the requirement PIL (from versions: )

在python3.7中,PIL库已经更名为:pillow,所以直接:pip install pillow 就可以解决。import PIL 就可以引用这个库了

你可能感兴趣的:(python,开发语言,后端)