0

我花了一天时间来安装 simplejson 包。我总是没有成功!

当我输入:

pip install simplejson

它引起了我的错误:

Installing collected packages: simplejson
Running setup.py install for simplejson
building 'simplejson._speedups' extension
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/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c simplejson/_speedups.c -o build/temp.macosx-10.9-intel-2.7/simplejson/_speedups.o
clang: warning: argument unused during compilation: '-mno-fused-madd'

有没有人遇到过这样的错误,或者可以给我建议我可以做些什么来安装它?

4

1 回答 1

2

所以我们设法解决了聊天中的问题。这是与升级到 OS X 小牛有关的问题,这篇文章真的很有帮助http://attentionshard.wordpress.com/2013/10/25/os-x-mavericks-fixing-broken-python-development-environments/

于 2013-11-06T05:13:03.233 回答