[SciPy-user] problem with _num.seterr when importing scipy

Kevin Long krlong at sandia.gov
Fri Feb 9 16:31:11 EST 2007


Hi Robert,

Numpy 1.0b5 and scipy 0.5.2.

- kevin

On Friday 09 February 2007 15:24, Robert Kern wrote:
> Kevin Long wrote:
> > Hello,
> >
> > I'm getting an error message about "_num.seterr" when importing scipy.
> > Output is below.
> >
> > <diogenes:/home/krlong> python
> > Python 2.4.4 (#1, Feb  9 2007, 14:45:36)
> > [GCC 3.4.6] on linux2
> > Type "help", "copyright", "credits" or "license" for more information.
> >
> >>>> import scipy
> >
> > Traceback (most recent call last):
> >   File "<stdin>", line 1, in ?
> >   File "/usr/local/lib/python2.4/site-packages/scipy/__init__.py", line
> > 37, in ?
> >     _num.seterr(all='ignore')
> > TypeError: seterr() got an unexpected keyword argument 'all'
>
> What versions of numpy and scipy do you have installed? E.g.:
> >>> import numpy
> >>> print numpy.__version__
>
> 1.0.2.dev3521
>
> >>> import scipy
> >>> print scipy.__version__
>
> 0.5.3.dev2620



More information about the SciPy-User mailing list