安装lxml OSX Mavericks 10.9.2

时间:2014-03-21 23:20:06

标签: python macos lxml osx-mavericks cc

我正在尝试在10.9.2 Mavericks上安装lxml并使用之前提到的所有解决方案here,但我似乎得到了一个不同的错误,参数' -mno-fused-madd&#39 ;是不知道的,我相信它刚刚引发了警告,但现在它在这里引发了一个错误

cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -I/usr/include/libxml2 -I/Users/workspace/mybooktype/build/lxml/src/lxml/includes -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.macosx-10.9-intel-2.7/src/lxml/lxml.etree.o -w -flat_namespace

clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future]

clang: note: this will be a hard error (cannot be downgraded to a warning) in the future

error: command 'cc' failed with exit status 1

更新1 我原本试图安装django app booktype,所以按照我先试过的说明

pip install lxml --install-option="--with-xml2-config=/usr/local/Cellar/libxml2/2.8.0/bin/xml2-config"

2 个答案:

答案 0 :(得分:1)

您应该安装或升级xcode的命令行工具。请在终端尝试命令:

xcode-select --install

答案 1 :(得分:1)

所以问题与C编译器无关,它是在机器上使用的python版本中,显然python版本存在冲突,python的新干净安装解决了问题,{{1 }}。然后我们使用原始命令

.bash_profile

并且已成功安装