我设法在我的 macbook 上手动安装 PIL(没有包管理器,请不要回答使用 xcode,因为我想手动执行此操作)。
不想要的答案:
- 只需安装 xcode/pillow/使用 pip /etc
我正在寻找的答案可能是:
- 可以在此处找到将在您的系统中执行此操作的 python 脚本
- 使用这些终端命令
- 不太好:PIL安装的文件在这里,这里和这里,删除它们
我使用了这些命令:
python setup.py build
sudo python setup.py install
我得到了这个结果:
--------------------------------------------------------------------
PIL 1.1.7 SETUP SUMMARY
--------------------------------------------------------------------
version 1.1.7
platform darwin 2.6.1 (r261:67515, Jun 24 2010, 21:47:49)
[GCC 4.2.1 (Apple Inc. build 5646)]
--------------------------------------------------------------------
--- TKINTER support available
--- JPEG support available
--- ZLIB (PNG/ZIP) support available
*** FREETYPE2 support not available
*** LITTLECMS support not available
--------------------------------------------------------------------
To add a missing option, make sure you have the required
library, and set the corresponding ROOT variable in the
setup.py script.
我的大问题(我将在另一个问题中解决)是我需要 FREETYPE2 支持,但第一步是使用 python 脚本或终端正确卸载 PIL。我的系统有一个英特尔处理器并且是 OSX 版本 10.6.8
谢谢