我正在使用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中使其工作?
答案 0 :(得分:1)
brew install freetype
pip uninstall Pillow
pip install Pillow