Python中pip install pil报错
存在问题Python中pip install pil 报错:ERROR: Could not find a version that satisfies the requirement pilERROR: No matching distribution found for pil出现问题原因及解决方法原因:Python3.7把PIL改名成pillow了,我的Python版本刚好是3.7!解决方法:改成 pip install pillow(因为我已经装好了才截的图,所以提示我已经有装p





