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:content-type; q=dns; s=default; b=L5iQUrn o00lnrN9KtlCgXBf9DAzMDPM3St33R9i7DFiJFMuJsjqpDoO60Yrn5ebFllrxClA hmxNZKqwje4S7N3ub2M7jH/AcJDyAyFb0EEaoZ9+OQx+Cr0KxTCy3K5W+3AW0+Gj eN1FKUgyliuLxbhNHHfr5+WEd5FkvO350VnE= 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:content-type; s=default; bh=E6Gd3s33lfcvX BBfUVjl0Q2HOYQ=; b=W7pvwy/m1VKw1cgd+qN3tOpc4P0BFhVdchKAS4Iy+AMLs jeo+MfPK1DaA5WvMXUTe9AOHZrY6nCPC1mhqgBTFZXKSKUKiYNOxGzZRJIwSMp8l 5j1jn4zhgqWKmlVGVnO45rhQVHI5BFTdOst9szGPxWr4l5FHdKRhtsvmP9w1nc= 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.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,FROM_LOCAL_NOVOWEL,HK_RANDOM_ENVFROM,HK_RANDOM_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=3.6, suspect X-HELO: mail-yb0-f172.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; bh=qldtrDAWuvlWISaYpTAuozM6ZmShc4MY105JHgwd7OY=; b=njWgIeHAv3mkq4Acb8buFaAedZ2suC5fFuDULzH9cxWIBoQk6Z2uPWQfA5fdVS5s2d 2hHWk53MzjXqR0MOdiHsPTlsBV6x6F/dW2XlaVFmTk+fgP/lxAuIZhiFZPBmlTqlsCA8 GDKIY4PSH73yQjLNTY5oMrv4TYM6G5ysGUepvhIPohhy0Lj8ZTlEIPxMO5XMgHzoxwxo /BjGf+ppSMPmMHQsapCTsCEepfZmFL+aKhe9V4K850QtXsgyyq6BFdF2gNcyUAKAutCc My0kcBWBDaS3OAXz4r3DJW2S5UBClN6a3Q9BGpbKkbVHbaNM7/eOanwRWCEG7TQNOCqZ r8hQ== X-Gm-Message-State: AN3rC/4vOVuxAOZOVf/Xd0Ew3GBqzHgVh3qYfuijWthXsa8wpKqzhTM+ B53ZwE0dNj0uS2xPuhG5OAAy5Y82pA8fUHE= X-Received: by 10.37.161.104 with SMTP id z95mr18831590ybh.111.1493772781288; Tue, 02 May 2017 17:53:01 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Doug Henderson Date: Tue, 2 May 2017 18:52:40 -0600 Message-ID: Subject: Re: Latest Git-2.12.2 cannot install python packages for pip To: cygwin Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes 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 confirm, please issue the following commands in your cygwin terminal window: python --version pip --version git --version The following commands may also help to confirm this and find the executables you need to use: which -a python which -a pip which -a git /usr/bin/python --version /usr/bin/pip --version /usr/bin/git --version Also, note that Python 3.6 on cygwin is named python3 and it uses pip3 for installing packages. HTH Doug -- Doug Henderson, Calgary, Alberta, Canada - from gmail.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