[Numpy-discussion] Import numpy fails on cygwin python

David Cournapeau cournape at gmail.com
Thu Dec 3 03:31:20 EST 2009


On Thu, Dec 3, 2009 at 5:41 AM, Olivia Cheronet
<cheronetolivia at yahoo.com> wrote:
> ----- Original Message ----
>> From: David Cournapeau <david at ar.media.kyoto-u.ac.jp>
>>
>> Does the file
>> /usr/lib/python2.5/site-packages/numpy/linalg/lapack_lite.so exist ?
>>
>> cheers,
>>
>> David
>
>
> Indeed, this file is not there. Where can I find it?

It should have been installed - I would be really surprised if the
install succeeded without installing this file. Can you post the full
build log when you install numpy. Something like:

python setup.py install &> build.log

After having removed the build directory (rm -rf build).

cheers,

David



More information about the NumPy-Discussion mailing list