使用mac在Pillow库中_imagingft的问题

时间:2014-06-26 11:14:07

标签: python macos python-imaging-library pillow

我正在使用Pillow库来创建由不同字符串组成的图像,但是当我使用“ImageFont.truetype(”sans-serif.ttf“,16)时,”这行给了我这个例外:

raise ImportError("The _imagingft C module is not installed")
ImportError: The _imagingft C module is not installed

只有当我在MAC中执行代码时才会出现此异常,当我使用Windows / Linux时执行顺利。如何在MAC中使其工作?

1 个答案:

答案 0 :(得分:1)

brew install freetype
pip uninstall Pillow
pip install Pillow