[SciPy-User] problem with installing on osx 10.6.6

Ralf Gommers ralf.gommers at googlemail.com
Tue May 10 14:07:54 EDT 2011


On Tue, May 10, 2011 at 5:06 AM, P B <pbajk at yahoo.co.uk> wrote:

>
> Hi,
> this is odd.  IF I put in the command
> >>> import numpy
> >>> import scipy
> >>> scipy.test(verbose=2)
>
> I get the output
>
> Running unit tests for scipy
>
> NumPy version 1.5.1
>
> NumPy is installed in
> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy
>
> SciPy version 0.9.0
>
> SciPy is installed in
> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/scipy
>
> Python version 2.6.6 (r266:84374, Aug 31 2010, 11:00:51) [GCC 4.0.1 (Apple
> Inc. build 5493)]
>
> nose version 1.0.0
>
> *******  many test results which then finish with:
>
> OK (KNOWNFAIL=12, SKIP=42)
> <nose.result.TextTestResult run=4733 errors=0 failures=0>
>
> Could it be there is a problem with the "scipy.test('1','10')" command?
>
>
Don't think so, it works for me with the same versions of
python/numpy/scipy/nose. The '1' means run the full tests, which includes a
lot of weave tests. I think your problem is that Python and Scipy are
compiled with c++-4.0 while your default compiler is c++-4.2. If you change
to 4.0 the tests should pass, but if you don't use weave you're fine like
this.

Cheers,
Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20110511/625b44cb/attachment.html>


More information about the SciPy-User mailing list