1 Jun 2010 06:44
scipy problems
Sean Lake <odysseus9672 <at> gmail.com>
2010-06-01 04:44:23 GMT
2010-06-01 04:44:23 GMT
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:
(Continue reading)
RSS Feed