[Tutor] installation of scipy

Trilok Khairnar trilokgk at gmail.com
Mon Mar 30 18:03:41 CEST 2009


More specifically, in this case, numpy.stats should be used instead of
scipy.stats

You will not see the deprecation warning with numpy.stats

On Mon, Mar 30, 2009 at 5:15 PM, Arun Tomar <tomar.arun at gmail.com> wrote:

> hi!
> Bala.
>
> On Mon, Mar 30, 2009 at 3:57 PM, Bala subramanian
> <bala.biophysics at gmail.com> wrote:
> > Friends
> > i installed scipy in fedora10 using yum. when i import stats module in
> it, i
> > got the following warning. someone pls englihten me on this.
> >
> >>>> from scipy import stats
> >
> /usr/lib/python2.5/site-packages/scipy/sparse/linalg/dsolve/linsolve.py:20:
> > DeprecationWarning: scipy.sparse.linalg.dsolve.umfpack will be removed,
> > install scikits.umfpack instead
> >   ' install scikits.umfpack instead', DeprecationWarning )
> >
>
> deprecation is the way in python through which the developers warn the
> user or the other developers that, a certain feature that has been
> mentioned, would be removed or not available from the next release.
>
> so as of now, just enjoy & ignore the error. by the next release
> cycle, developers of scipy will need remove the deprecated code or use
> the suggested packages in the deprecation warning.
> > Thanks,
> > Bala
> >
> > _______________________________________________
> > Tutor maillist  -  Tutor at python.org
> > http://mail.python.org/mailman/listinfo/tutor
> >
> >
>
>
>
> --
> Regards,
> Arun Tomar
> blog: http://linuxguy.in
> website: http://www.solutionenterprises.co.in
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20090330/2945f797/attachment.htm>


More information about the Tutor mailing list