-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 6/1/10 12:44 AM, Sean Lake wrote: > Hello all, > > I recently did a fink update-all and now scipy is broken. I launch > /sw/bin/python2.6 and try to run: > > import scipy.stats > > and I get the following error: > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File "/sw/lib/python2.6/site-packages/scipy/stats/__init__.py", line 7, in > <module> > from stats import * > File "/sw/lib/python2.6/site-packages/scipy/stats/stats.py", line 203, in > <module> > from morestats import find_repeats #is only reference to scipy.stats > File "/sw/lib/python2.6/site-packages/scipy/stats/morestats.py", line 7, in > <module> > import distributions > File "/sw/lib/python2.6/site-packages/scipy/stats/distributions.py", line > 27, in <module> > import vonmises_cython > File "numpy.pxd", line 30, in scipy.stats.vonmises_cython > (scipy/stats/vonmises_cython.c:2939) > ValueError: numpy.dtype does not appear to be the correct type object > > This is on both my PPC machine and Intel. >>From the Intel machine: fink --version > Package manager version: 0.29.10 > Distribution version: selfupdate-rsync Mon May 31 16:21:50 2010, 10.6, x86_64 > > The python version info: > Python 2.6.5 (r265:79063, May 13 2010, 02:07:38) > [GCC 4.2.1 (Apple Inc. build 5659)] on darwin > > The scipy and numpy version info: > scipy-core-py26 1.3.0-6 > scipy-py26 1:0.7.0-3 > numpy-py26 1.4.1-2 > > Thanks, > Sean Lake >
It works here on 10.5.8/i386: $ /sw/bin/python2.6 Python 2.6.5 (r265:79063, May 13 2010, 21:33:45) [GCC 4.0.1 (Apple Inc. build 5493)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import scipy.stats >>> but fails on 10.5.8/PowerPC. It's possible that something architecture-specific is amiss here. - -- Alexander Hansen Fink User Liaison -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEUEARECAAYFAkwFCv8ACgkQB8UpO3rKjQ+mEwCWL8YxSuzsw1+SehFJU8aXEepl 9ACfTH5hF7lRCnIuM7ng+lD0hnRJSpc= =l42R -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
