[SciPy-user] Getting scipy.stats.models to work on Windows

Wes McKinney wesmckinn at gmail.com
Mon Apr 7 15:49:17 EDT 2008


>
>
> The problem apparently lies with numpy.linalg.pinv running on Windows, at
> least XP SP2 with Python 2.5.1, a quick search found that this has been a
> problem for more than just me. Anyone know anything about this?
>
> >>> from numpy.random import standard_normal as W
> >>> X = W((40,10))
> >>> import numpy.linalg as L
> >>> L.pinv(X)
>
> frozen
>


This page was helpful for anyone who should have this problem and find this
thread:

http://www.scipy.org/scipy/numpy/ticket/627
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20080407/3c63785f/attachment.html>


More information about the SciPy-User mailing list