求救,pyquery的安装问题
各位大侠,
小弟在安装pyquery的时候,遇到下面的错误告警是什么意思呀,需要如何处理?
Building without Cython.
Using build configuration of libxslt 1.1.28
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url'
warnings.warn(msg)
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: Setup script exited with error: command 'cc' failed with exit status 1
偶就是直接从官网下载程序,然后运行sudo python setup.py install。对了,我用的机器是mac。