delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2013/05/24/13:13:27

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:message-id:date:from:reply-to:subject:to
:mime-version:content-type:content-transfer-encoding; q=dns; s=
default; b=yhFl2g0uCA2N6BNx6EASxkyVxotLsdozMT5tbF8wOoLqCwV9//Ejm
Q1jlahsAPE07c9oGwx+tK9SPj2slzMFtnsELFXAKYiZbTZbg+aNumnI/kwrrgpk2
WlR9MbkY9lifkyEj4ecutNWvXCpks2QVpB62Rb0Pie2lXt5Y2j4TGI=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:message-id:date:from:reply-to:subject:to
:mime-version:content-type:content-transfer-encoding; s=default;
bh=/XXyPsJrBJGKulIZGKV3DAuW9ow=; b=DVB6Ms5DoZD48CJZ/rqCjTlNJ3B/
q1LH/HbjCNcK2jqdaY+JLqdGi63dLihCgmqHFIVxtRLl9M+3zSB+pYwZxk7kbdt0
Z6BBOYZwdKPUOdNmPOz41JOU8+W3F6etLuo+MoqlAcf/H2JUUK21uBXET6dMtA7A
MR55J4y3WWNUGco=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
X-Spam-SWARE-Status: No, score=2.7 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FREEMAIL_REPLYTO_END_DIGIT,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD autolearn=ham version=3.3.1
Message-ID: <1369415587.34434.YahooMailNeo@web161203.mail.bf1.yahoo.com>
Date: Fri, 24 May 2013 10:13:07 -0700 (PDT)
From: jose milovich <josem11 AT yahoo DOT com>
Reply-To: jose milovich <josem11 AT yahoo DOT com>
Subject: Problem importing numpy in python 2.7.3
To: "cygwin AT cygwin DOT com" <cygwin AT cygwin DOT com>
MIME-Version: 1.0
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r4OHDMwN007132




I just installed cygwin 1.17.18-1 in a windows box running windows 7 enterprise.

I have used in the past cygwin 1.15.1 with no problems on a windows XP 32 bit machine.

When I import numpy (1.6.2) into python 2.7.3  I get the following message

python
Python 2.7.3 (default, Dec 18 2012, 13:50:09)
[GCC 4.5.3] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/site-packages/numpy/__init__.py", line 137, in <modul e>
    import add_newdocs
  File "/usr/lib/python2.7/site-packages/numpy/add_newdocs.py",
line 9,
in <modu le>
    from numpy.lib import add_newdoc
  File "/usr/lib/python2.7/site-packages/numpy/lib/__init__.py", line 13, in <mo dule>
    from polynomial import *
  File "/usr/lib/python2.7/site-packages/numpy/lib/polynomial.py", line 17, in < module>
    from numpy.linalg import eigvals, lstsq
  File "/usr/lib/python2.7/site-packages/numpy/linalg/__init__.py", line 48, in  <module>
    from linalg import *
  File "/usr/lib/python2.7/site-packages/numpy/linalg/linalg.py", line 23, in <m odule>
    from numpy.linalg import lapack_lite
ImportError: No such file or directory
>>>


I verified that lapack_lite.dll is in the appropriate place but not sure why it does not recognize it.

I have read on the web that there was at some time a problem with cyggfortran-3.dll but not sure 

what to do if this is the case.

Jose L. Milovich
josem11 AT yahoo DOT com 

--
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


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019