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:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=vFcqQcwl+LYSWoYQ f5Z3iDOhEL3FsNDzUsWohB43QDbwwRISLc0r+muCTfC2/jMp1FnrkgKgS2I8aoYH hH01t27mbjQQ5aOl1k2kk8HDS4J4Jix3CzL/mr5tmINMK+faiUKl46v7GNp5+aCM JmOhRelfgyBeEtv8/rcVwU1Ns1E= 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:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=hpYVARLedymZhvOPyre3uI aK854=; b=X33YdnB+t37cnGC8ogkSRgDg0unDedXCVeR//5EoNeTqMaGBWHoE8p ZARE/rzCNGKMG95IoFcM77OIDKtCmwFfeoDAPnSofCfs/ZMNfjTjXdsGO/H80z9T aXxEW9mv+ZFv8iKn7a874fTpLRDImt5KDB7NtxDzhCVrpJKfzhtAI= 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=0.8 required=5.0 tests=AWL,BAYES_20,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=python3, pip, PIP, matplotlib X-HELO: mailsrv.cs.umass.edu Reply-To: moss AT cs DOT umass DOT edu Subject: Re: Numpy 1.12.1 setup issue (targetting Python 3.6.1) from Cygwin 2.8.0 To: cygwin AT cygwin DOT com References: <1492335890346-133485 DOT post AT n5 DOT nabble DOT com> <1492342647795-133490 DOT post AT n5 DOT nabble DOT com> From: Eliot Moss Message-ID: Date: Sun, 16 Apr 2017 08:09:24 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 In-Reply-To: <1492342647795-133490.post@n5.nabble.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 4/16/2017 7:37 AM, Kptain wrote: > Yes, but as I said, the problem is this step was already done: > > "I would add that python3-numpy package was added when I have selected > cygwin package for setup". > > For me the problem is to identify clearly other cygwin packages required as > dependencies are not already highlighted by cygwin setup. > > Concerning Python3 packages installed, PIP is done for that and is working > well. > I have already used for Py packages used pure python source code: no > problem. > > However for Py libraries involving C source code or having some graphics > dependencies, the problem is different: it is exactly the issue I'm facing > with numpy. > I could have added same kind of issue with matplotlib. I am sure someone else will correct me if I am wrong, but you need the Cygwin versions of these, not the Windows or Linux versions. I suspect PIP does not fetch Cygwin versions, thus you must acquire these via setup. However, they are not required for base python, so you have to request them explicitly in setup ... An alternative is to build them from source yourself under Cygwin, which I seem to recall doing at some point ... Regards -- EM -- 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