Python安装PIL报错:Could not find a version that satisfies the requirement PIL (from versions: )
起初安装命令是按照pipinstallPIL来安装的结果显示:提示——CouldnotfindaversionthatsatisfiestherequirementPIL(fromversions:)NomatchingdistributionfoundforPIL错误原因:现在已经用Pillow代替PIL,PIL较多用于2.7版本的Python中解决方案:pipinstallPillow备注:1