在Mac 10.9.2上安装scikit-learn-0.14.1的问题

时间:2014-04-04 04:05:08

标签: python macos scikit-learn

我在pip install -U scikit-learn之后收到以下错误。任何想法都非常感谢。谢谢!

error: Command "c++ -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 -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/Extras/lib/python/numpy/core/include 
  -c sklearn/svm/src/libsvm/libsvm_template.cpp
  -o build/temp.macosx-10.9-intel-2.7/sklearn/svm/src/libsvm/libsvm_template.o"
  failed with exit status 1

1 个答案:

答案 0 :(得分:0)

您可以尝试使用easy_install代替。这个blog post涵盖了在MacOSX上安装scikit-learn的步骤。