This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

python numpy packages do not work


HI all,

After importing the python-numpy and python3-numpy packages to a fully
patched 64-bit only installation of Cygwin, the packages are found to
not import. Here is an abbreviated console listing. The complete
console transcript is attached in "numpy_long.txt".


Python 2.7.8 (default, Jul 25 2014, 14:04:36)
>>> import numpy
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
<snip>
  File "/usr/lib/python2.7/site-packages/numpy/linalg/linalg.py", line
23, in <module>
    from numpy.linalg import lapack_lite
ImportError: No such file or directory

Python 3.2.5 (default, Jul 25 2014, 14:13:17)
>>> import numpy
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
<snip>
  File "/usr/lib/python3.2/site-packages/numpy/linalg/linalg.py", line
23, in <module>
    from numpy.linalg import lapack_lite
ImportError: No such file or directory


I observe that there is a
"/usr/lib/python2.7/site-packages/numpy/linalg/lapack_lite.dll" file.

The output from cygcheck -svr is attached in "cygcheck-svr.txt"

Thanks,
Doug


-- 
Doug Henderson, Calgary, Alberta, Canada

Attachment: cygcheck-svr.txt
Description: Text document

Attachment: numpy_long.txt
Description: Text document

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]