结果显示: 提示——Could not find a version that satisfies the requirement PIL (from versions: )No matching distribution found for PIL 错误原因: 现在已经用Pillow代替PIL,PIL较多用于2.7版本的Python中 解决方案: pip install Pillow 备注: 1.升级pip,安装该第三方模板后,引入时也有原来的:import image变为:from PIL…
1. 安装使用 pip install pil 结果报如下错误 Collecting PIL Could not find a version that satisfies the requirement PIL (from versions: ) Some externally hosted files were ignored as access to them may be unreliable (use --allow-external PIL to allow). No matchin…
from:http://jj.isgeek.net/2011/09/install-pil-with-jpeg-support-on-ubuntu-oneiric-64bits/ I am posting this because it took me ages to figure out how to solve this one. I could not get PIL to compile with JPEG, Zlib or freetype support on my virtuale…