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:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=oZ1etw1LR+48Big7qXwd44asKRGc8 SWBLGnNYH88/Uqd1/8WJfDwRUD/esZbR2g8pa8uOFMNwnC8f4mdFoGhTfiI5GbR0 M0AWMNQuEGX9wdj/bzlJSblOjx4TknHdkcD+O1btk2i1VjMSvRbfmAUp6qP4mKbh G9UsB8bVXIlrI8= 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:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=ry/mUSmfbKPPAuiJqtgWce6W9tQ=; b=YqW oHInS2NOVc959BayF+Y+ODe0FeREnrZMRpwjWWGRlzIKKaSOTCh5N6SPiw0R/GdZ iSbfhbt35H3aORw9SQl/4GB0jwpEFn/42mI1AuSFxXqibruvVamUVDT14gXtwrpe Kg+98o/a5k/HYrwe545kZKOgUCFuJ6+yLfRpy53U= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ee0-f42.google.com X-Received: by 10.14.6.5 with SMTP id 5mr20947266eem.51.1386729539482; Tue, 10 Dec 2013 18:38:59 -0800 (PST) MIME-Version: 1.0 From: Chris LeBlanc Date: Wed, 11 Dec 2013 15:38:39 +1300 Message-ID: Subject: possible missing dependency for python-numpy and proposed fix To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Hi, I recently installed a new version of Cygwin on a new Windows 7 machine. I installed a several packages including numpy. The installation worked without any errors. I did this for both 32 and 64 bit versions of Cygwin. After installing numpy I tried importing it in a Python shell. It raised an ImportError exception when trying to import lapack_lite. Lapack_lite.dll existed in the correct location, but running "cygcheck -c" (as per http://cygwin.com/ml/cygwin/2013-05/msg00361.html) on it revealed that it needed libquadmath0 which had not been installed. Numpy worked fine once I installed the missing libquadmath0 dependency. Is anyone else seeing this problem? Should this dependency be added to the numpy setup.hint? Cheers, Chris LeBlanc -- 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