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:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; q=dns; s=default; b=DtZk Q4U4kkj3YHHbaqcW95QEcTcEd1YaQWBIMOCMbwIsOvihjMZz9HaCoe0n4T8JsJCx fQwM1rVAP8PW3Imdqc+BIRDDe7f+hxfLN2DW55HgvWsNQ0od83re6IJAY8bFA4gj 7rhRvFuqQCNDCIGvBr3OAr49PhnHHclOc0waqrU= 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:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; s=default; bh=AeoOkrA7l+ GsSdKbbiv+P9L35VE=; b=ZdnyauAvzpyIr8g/y497+CSIhqcPn/A+vlXR0Hxq0T RZgwSB8Tw2eUsL6rF/JSNY0U6X4rpDRoymsxG8jAcTjCgZtjXz8/RoDtJYJhAz1T 9eDZZ/Lzw6hV0Kj8UYFQsNExAqAZeWzZtw4X9wXqtUxQ4yfQU4506uZdVl48THB9 I= 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.0 required=5.0 tests=BAYES_05,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=adam, HCc:D*cygwin.com, pip, dinwoodie X-HELO: mail-yb0-f178.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=iC8RmQzexZsW4hIEHsKEN2dtPsRY43QN/6qWklXQPs0=; b=iDYRWQp3GLCQyoKAac6QP3WZcXOr4LP8TnZ86f6NwlWKYp8bCu+Jm2CMUsydZ6n4dW qijbG5PC+Vh5/WIPwFiXlzt3jC0WO39taY6wWGPeSi4ZI7hEYbk4qOS9RQkHuhvq8j4K H53m+Ueuwoh1xvyHmA8Bx1xhI0G9eXoBjZ0kNresaRRbiQMD8Gl9VQyO3DFBSJbppsSp OhrRydOWfCkK/IYR/6/YtRfaqbFpcztP3jXmoog8e8Dzu+vctqJzWLBDh33Cs9R/cJL5 glKyu1tB2/kegALZev0o3jXMOR6QNt2DaZQMwSBKfRN/GcF3RCm2YrTFhiIQ9q5UnXd1 ozkg== X-Gm-Message-State: AODbwcCZjaQLgTiLcaQ+RdY2J4nq9AGujr57oh9GFFq9GUx1v1CEarJz 27AkHvOBTJaQordKvEkR2/+199I8cQ== X-Received: by 10.37.161.104 with SMTP id z95mr9098973ybh.111.1494940207319; Tue, 16 May 2017 06:10:07 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <20170504094719 DOT GA3238 AT dinwoodie DOT org> From: ankostis Date: Tue, 16 May 2017 15:09:36 +0200 Message-ID: Subject: Re: CYGWIN git cannot install python packages with pip To: Git Mailing List Cc: Adam Dinwoodie , Johannes Schindelin , cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" On 4 May 2017 at 13:26, Johannes Schindelin wrote: > Hi, > > On Thu, 4 May 2017, ankostis wrote: > >> On 4 May 2017 at 11:47, Adam Dinwoodie wrote: >> Judging from the error-message, it somehow concatenates input & output >> paths. >> Isn't this something to research about? > > It is something to research about. But by you, not by me. You got a point there. > I need to focus > on bigger-impact issues, because I do not scale, and Git for Windows' > users generally do not experience the problem you described. Git for Windows uses MINGW indeed. But there are still CYGWIN users out in the wild running the vanilla Windows python installation. Actually this issue has a big impact on those of us because recent `setuptools` tools allow for packages to specify project dependencies using the `git+https://...` url-scheme. So the problem may appear to unaware users just trying to install a packages the regular way, with `pip install foo.package` Great thanks, Kostis FYI, cross-posting also to CYGWIN list. -- 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