delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/05/04/06:10:00

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:date:from:to:subject:message-id:references
:mime-version:content-type:in-reply-to; q=dns; s=default; b=EJBX
rFAocD2TgSnXwwJAWfRE50F0E7qDi3xsLSJIHoTREzxKX9AtogWuSyXsntDKYIeg
wEXNpM1b6rWJk5iADQLEA04LbBNoKPKoCBoeAhJ3QQPKfvSImZtFvcVH4gEvQrPX
AC7ABzoHrPB2+wX9vuwGyfU6IGxRphnLgBUSUVM=
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:date:from:to:subject:message-id:references
:mime-version:content-type:in-reply-to; s=default; bh=b3DVQqrl63
hjIJ7wsdt7QW7ncfM=; b=XWPEhx7xqBTYnrKHkn1i7Wpub56ymVnV9W67/ucRB4
DWEb4sm4mI3LRp2Jsm4OGzLUAlYIJiRceOTd+XDLvQIewHDQqq8Y8wCQu754WAyt
hMNn10em2kAbbrXIXbHwz01olYU7YkAXxRX3NoP3vpg6bOrvqb+r1rMDgwLjvK4p
I=
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
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=spend, suspect
X-HELO: mail-wm0-f50.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=61X1eCzouCT+zqulpLuCy0p45v9sFmibBiUr1TdNmRU=; b=drl3e8Cr3pxJmLJJsBgy4rHkB6hw7stIGpPgVW9CX43hq1I4TIbQyq1VFaC8ndpSbf 3hAe6M0EUFm6YRjSv0SzuZJ5HGFco7Vds/aspXUZ/kZGbbu36KcyU1MfEKmpmvy+hY6r uQYp9DVxhWg4p/TOHfxBehaOyPGDAuREisf8bKxtOGAsCpX42NCMXvw57w3s4L4j3she yIJlc8H0KgI9H0Gqe1yHIpE3NMvH4fUcI95WWFI7edG9wr8iROfCbA7UjoDpszqqh59I NPnq3TIviNOw1HVx4AN2sOUW00ehSwsX9/D8DlIrujHyrbaie7dAl44bf8/0Yqwxm6fB X0Ig==
X-Gm-Message-State: AN3rC/7nKXknRLeP+r0NKCoW6njgUlOB1KeNkZSPYo6A0sQuEivvDoZg 0fsKNf4eyeXRCGahxSI=
X-Received: by 10.28.16.212 with SMTP id 203mr1121541wmq.26.1493892581832; Thu, 04 May 2017 03:09:41 -0700 (PDT)
Date: Thu, 4 May 2017 11:09:39 +0100
From: Adam Dinwoodie <adam AT dinwoodie DOT org>
To: cygwin AT cygwin DOT com
Subject: Re: Latest Git-2.12.2 cannot install python packages for pip
Message-ID: <20170504100939.GB3238@dinwoodie.org>
References: <CA+dhYEX1+c9fA2wU6HR43tTx4VncbLaKdpYbxgE8UeKnQGfEAQ AT mail DOT gmail DOT com> <CAJ1FpuMPupphCJ5CJNHiMwiOVeHshUdWhSdbeiNanBOey4oopQ AT mail DOT gmail DOT com>
MIME-Version: 1.0
In-Reply-To: <CAJ1FpuMPupphCJ5CJNHiMwiOVeHshUdWhSdbeiNanBOey4oopQ@mail.gmail.com>
User-Agent: Mutt/1.5.24 (2015-08-30)
X-IsSubscribed: yes

On Tue, May 02, 2017 at 06:52:40PM -0600, Doug Henderson wrote:
> On 2 May 2017 at 13:06, ankostis wrote:
> > On Windows, with Cygwin-git 2.12.2 the python command:
> >
> >     pip install git+https://github.com/...
> >
> > fails to work with the following error:
> 
> 
> I suspect you have a windows version of python ahead of the cygwin
> version in the path. At least that is how it looks from the output of
> "cygcheck -s -v -r" you provided.

To close the loop, since this has also been discussed on the Git mailing
list: yes, ankostis was attempting to use Cygwin Git with Windows
Python.  As far as I'm concerned, this isn't a supported scenario; if it
worked with Git v2.8.3-1, that was coincidence rather than by design.

As such, I'm not going to investigate this further.  I am willing to
spend a little time helping others investigate, however, and I'm willing
to apply patches to the Cygwin Git builds to resolve/remove this sort of
problem, provided they've been at least tentatively accepted for future
application to the upstream Git source code.

Adam

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