stMind

about Tech, Computer vision and Machine learning

Lionでscipyインストール(というかunit test)が上手くいってない

mlpyを試そうとしていて、numpyとscipyをインストールしようとしていて、インストール自体は出来るのだけどunit testが通らない状態。解決できてないけど、状況整理。

  • scipyがNGの組み合わせ
    • Lionで元々入ってたpython2.7.1
      • Python 2.7.1 (r271:86832, Jun 25 2011, 05:09:01) [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] on darwin
    • githubのnumpy
      • 1.7.0.dev-8e8a4ca
      • numpy.test()は通る。numpy.test('full')は失敗。
    • githubのscipy
      • 0.11.0.dev-c1ea274
      • scipy.test()に失敗。

scipyのページによるとOSXに入っているpythonは使わない方がよさげとのことなので、python自体を入れなおして試すかな。。