【发布时间】:2015-01-30 17:45:13
【问题描述】:
我正在尝试使用 pip 安装 lxml。我在运行我的脚本时收到了这个初始错误:
bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: xml. Do you need to install a parser library?
快速搜索上述错误(如here)显示我需要安装lxml。
在尝试安装 lxml 时,我收到以下错误:
clang: error: unknown argument: '-mno-fused-madd'
error: command 'cc' failed with exit status 1
知道发生了什么吗?
【问题讨论】: