[SciPy-user] "from scipy.linalg.flapack import dgelss" fails

Matthieu Brucher matthieu.brucher at gmail.com
Sat Jun 7 11:31:21 EDT 2008


Hi,

Please update to the latest Numpy (this error showed up several times in
this ML).

Matthieu

2008/6/7 dmitrey <dmitrey.kroshko at scipy.org>:

> I have problems with the statement
> from scipy.linalg.flapack import dgelss
>
> Traceback (innermost last):
>  File "<stdin>", line 1, in <module>
>  File "/usr/lib/python2.5/site-packages/scipy/linalg/__init__.py", line
> 13, in <module>
>    from iterative import *
>  File "/usr/lib/python2.5/site-packages/scipy/linalg/iterative.py",
> line 5, in <module>
>    from scipy.sparse.linalg import isolve
>  File "/usr/lib/python2.5/site-packages/scipy/sparse/__init__.py", line
> 5, in <module>
>    from base import *
>  File "/usr/lib/python2.5/site-packages/scipy/sparse/base.py", line 45,
> in <module>
>    class spmatrix(object):
>  File "/usr/lib/python2.5/site-packages/scipy/sparse/base.py", line
> 139, in spmatrix
>    @deprecate
> TypeError: deprecate() takes exactly 3 arguments (1 given)
>
> at least with latest scipy from svn
>
>  >>> scipy.__version__
> '0.7.0.dev4416'
>
> Do you have the same?
> This one was working correctly in previous scipy versions
>
> Regards, D.
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>



-- 
French PhD student
Website : http://matthieu-brucher.developpez.com/
Blogs : http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn : http://www.linkedin.com/in/matthieubrucher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20080607/50b100ac/attachment.html>


More information about the SciPy-User mailing list