【发布时间】:2014-01-20 19:06:37
【问题描述】:
如何安装 PIL?
>pip install PIL
Downloading/unpacking PIL
Could not find any downloads that satisfy the requirement PIL
Some externally hosted files were ignored (use --allow-external PIL to allow).
Cleaning up...
No distributions at all found for PIL
Storing debug log for failure in /root/.pip/pip.log
>pip uninstall PIL
Can't uninstall 'PIL'. No files were found to uninstall.
【问题讨论】:
-
这些以及@JCotton 上面提到的命令帮助我在我的 Ubuntu 14.4 x64 上安装了 PIL gist.github.com/shingonoide/8172291codeinthehole.com/writing/…
标签: python-imaging-library pip