[SciPy-user] ask help for scipy install

imcs ee imcsee at gmail.com
Sun Apr 2 21:35:05 EDT 2006


thanks, i 'll try it tonight.
some farther info of install:, i install scipy on windows server 2003,
1,ActivePython-2.4.2.10-win32-x86.msi+numpy-0.9.6r1.win32-py2.4.exe+
scipy-0.4.8.win32-py2.4-pentium4sse2.exe
scipy.test(10) works fine.
2, python-2.4.3.msi+numpy-0.9.6r1.win32-py2.4.exe+
scipy-0.4.8.win32-py2.4-pentium4sse2.exe ...get the same error
(less-ordered...)

On 4/3/06, Ryan Krauss <ryanlists at gmail.com> wrote:
>
> I run scipy in Ubuntu Breezy, so it definitely works.  But I installed
> from source, so I can't tell you what might be wrong with the package.
> Installing from source in Ubuntu isn't too painful since Atlas, Blas,
> Lapack and all that are available as packages (that I know do work).
> If you can't resolve your issue with the package install, let me know
> if you want help installing from source.
>
> Ryan
>
> On 4/2/06, imcs ee <imcsee at gmail.com> wrote:
> > in ubuntu5.10
> > i install scipy with apt-get install scipy
> >
> > and run the unittest
> >
> > from scipy import *
> > test(10)
> >
> > it shows the result as below.  is here any guide to solve it? thanks in
> > advance
> >
> >
> > ======================================================================
> > FAIL: check_expon
> > (scipy.stats.morestats.test_morestats.test_anderson)
> > ----------------------------------------------------------------------
> >  Traceback (most recent call last):
> >   File
> > "/usr/lib/python2.4/site-packages/scipy/stats/tests/test_morestats.py",
> > line 55, in check_expon
> >     assert_array_less(A, crit[-2:])
> >   File
> > "/usr/lib/python2.4/site-packages/scipy_test/testing.py",
> > line 708, in
> > assert_array_less
> >     assert cond,\
> > AssertionError:
> > Arrays are not less-ordered (mismatch 50.0%):
> >         Array 1: 1.65613125073
> >         Array 2: [ 1.587               1.9339999999999999]
> >
> >
> > ----------------------------------------------------------------------
> > Ran 986 tests in 102.422s
> >
> > FAILED (failures=1)
> > Out[3]: <unittest.TextTestRunner object at 0xb45a580c>
> >
> >
> > _______________________________________________
> > SciPy-user mailing list
> > SciPy-user at scipy.net
> > http://www.scipy.net/mailman/listinfo/scipy-user
> >
> >
> >
>
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20060403/1f00e1a3/attachment.html>


More information about the SciPy-User mailing list