我想安装 Lxml,这样我就可以安装 Scrapy。
当我今天更新我的 Mac 时,它不允许我重新安装 lxml,我收到以下错误:
In file included from src/lxml/lxml.etree.c:314:
/private/tmp/pip_build_root/lxml/src/lxml/includes/etree_defs.h:9:10: fatal error: 'libxml/xmlversion.h' file not found
#include "libxml/xmlversion.h"
^
1 error generated.
error: command 'cc' failed with exit status 1
我曾尝试使用 brew 安装 libxml2 和 libxslt,两者都安装得很好,但我仍然无法安装 lxml。
上次我安装时,我需要在 Xcode 上启用开发人员工具,但由于它已更新到 Xcode 5,它不再给我这个选项。
有谁知道我需要做什么?