Re: [Numpy-discussion] encounter error while it's testing

2012-09-05 Thread David Cournapeau
On Wed, Sep 5, 2012 at 8:50 AM, 心如烛光 <275438...@qq.com> wrote: > Hi,everybody. > I have installed scipy with commend:"pip install scipy" (OSX lion > 10.7.4) > But I encounter error while testing.BTW,the test of numpy is OK. gcc-llvm (the default gcc) is known to not work with scipy. It may

[Numpy-discussion] encounter error while it's testing

2012-09-05 Thread ????????
Hi,everybody. I have installed scipy with commend:"pip install scipy" (OSX lion 10.7.4) But I encounter error while testing.BTW,the test of numpy is OK. I input: >>> import scipy >>> scipy.test() And this is the respond: Running unit tests for scipy NumPy version 1.8.0.de