【发布时间】:2016-04-04 18:40:20
【问题描述】:
我正在尝试在 Mac OS X El Capitan 上安装依赖项:
pip install reportlab
但我得到一个错误:
/Users/user/anaconda/include/ft2build.h:56:10: fatal error: 'freetype/config/ftheader.h' file not found
#include <freetype/config/ftheader.h>
^
1 error generated.
error: command 'gcc' failed with exit status 1
在这种情况下缺少头文件有什么问题?
【问题讨论】:
标签: python dependencies