[SciPy-dev] problem with import scipy.sparse

Tom Waite twaite at berkeley.edu
Tue Jun 3 11:18:08 EDT 2008


numpy 1.0.3.1




On 6/3/08, Nathan Bell <wnbell at gmail.com> wrote:
>
> On Mon, Jun 2, 2008 at 11:59 PM, Tom Waite <twaite at berkeley.edu> wrote:
> > I get the following error when I try to import the latest version of
> scipy
> > sparse. This is the first I have seen of this and I use sparse w/o any
> > problems prior to this.
> >
> > In [3]: import scipy.sparse
> > --> 139     @deprecate
> >     140     def rowcol(self, num):
> >     141         return (None, None)
> >
> > <type 'exceptions.TypeError'>: deprecate() takes exactly 3 arguments (1
> > given)
> >
> > In [4]: scipy.__version__
> > Out[4]: '0.7.0.dev4402'
>
> Which version of numpy are you using? IIRC you need a something newer than
> 1.0.
>
>
> --
> Nathan Bell wnbell at gmail.com
> http://graphics.cs.uiuc.edu/~wnbell/
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20080603/de511dcc/attachment.html>


More information about the SciPy-Dev mailing list