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=MVqDXTcN8H4jZc2wvmMAxiYxHo4JK U+JSzR/avG/IMiJdeA77IvBfBalvocVnNW9ToJy34KmKzOp0uAHW7usQHFpFuYHu 2PnMciqZvj7U0HQkhdV1mlqC9cK1lj9BVGBrKs0svWl6RX+1XnrtsIEYIGwJLQ2B NF29hP+YrfvSnc= 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=3ciCqRRQXfIxXtpGzndkbMzysIw=; b=AMN t/UoF1bvsVgqh16GOuTN5+zymTLdPBvq7vVBIrw4en1IWdEWKWxCDin8TKIrJCmf jWVjiJ4+uUJB5G5+2+uqrm1Moqw05DooPUa3xfdYRogHRz6eETVdk6Suwiu6MPuB o8Br6bTwD1hdQvac9g4kJ4rHQi878YiP3qKZWyaA= 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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=pip, appdata, AppData X-HELO: mail-yw0-f175.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:from:date:message-id:subject:to; bh=p9fU4Wf9aa50f6YSeRQdEW7QxAiTaquYv+EUPH27+sg=; b=gDL9qzh/vftABbyUDdLmtWTbO3oYsM0bJJ6CQq8FQW743wl4Q8tYPp7lFiiLQyDZu4 eD5ZbB43sdnB3isb03zSrEhRoeSX64mI5/pbixUHAk3/CaQIiuiKd6IXSf4BhUg74xem UnrdsQHWOvV3nwmfRCPQpLTFvfm96uwXSY+otK5++IBhtj3CYmCMZRgSXo7aPbCppxXO l3lh987y7PKdIY13X/rMA9RkJrEgKuf0PI7SIpNDPCctXFKES5AGxunK9FJd4SPdxO12 psons4Tv5mMHy03+VHueniP7uY8iDURZ76Fgpawd9M7wShREvb+1RU4oXn3Cg2HAMJMi SMiw== X-Gm-Message-State: AN3rC/5qyISnmmPIzMRaEBT3lPw9eTW7I1IPbZJMMDGWsWOFZyyzd+IB kS1d07WuZ2w91TVi5h4e4UwvtgwDrVx5OnI= X-Received: by 10.129.166.18 with SMTP id d18mr26434379ywh.100.1493752026686; Tue, 02 May 2017 12:07:06 -0700 (PDT) MIME-Version: 1.0 From: ankostis Date: Tue, 2 May 2017 21:06:36 +0200 Message-ID: Subject: Latest Git-2.12.2 cannot install python packages for pip To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 On Windows, with Cygwin-git 2.12.2 the python command: pip install git+https://github.com/... fails to work with the following error: $ pip install git+https://github.com/ipython/traitlets/ Collecting git+https://github.com/ipython/traitlets/ Cloning https://github.com/ipython/traitlets/ to c:\users\username\appdata \local\temp\pip-kjwxq_oy-build fatal: Invalid path '/cygdrive/d/Work/ALLINONES2/co2mpas_AIO-v1.6.0/CO2MPA S/C:\Users\username\AppData\Local\Temp\pip-kjwxq_oy-build': No such file or di rectory git clone -q https://github.com/ipython/traitlets/ C:\Users\user\AppData\L ocal\Temp\pip-kjwxq_oy-build" failed with error code 128 in None - Git-2.8.3 had no such problem. - MSYS2 Git-12.2.1 also has no such problem. Thank you for your efforts, Kostis -- 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