Re: CYGWIN git cannot install python packages with pip

2017-05-16 Thread ankostis
On 2 May 2017 at 20:08, ankostis wrote: > On Windows, with Cygwin-git 02.12.2-1 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/ip

Re: CYGWIN git cannot install python packages with pip

2017-05-16 Thread ankostis
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

Re: CYGWIN git cannot install python packages with pip

2017-05-04 Thread Johannes Schindelin
Hi, On Thu, 4 May 2017, ankostis wrote: > On 4 May 2017 at 11:47, Adam Dinwoodie wrote: > > Confirmed: the Cygwin project as a general rule doesn't support this > > sort of mixing of Windows and Cygwin tools. Either use Python and Git > > packages both provided by Cygwin, or both provided by Wi

Re: CYGWIN git cannot install python packages with pip

2017-05-04 Thread ankostis
On 4 May 2017 at 11:47, Adam Dinwoodie wrote: > Confirmed: the Cygwin project as a general rule doesn't support this > sort of mixing of Windows and Cygwin tools. Either use Python and Git > packages both provided by Cygwin, or both provided by Windows. > > Mixing and matching does work sometimes

Re: CYGWIN git cannot install python packages with pip

2017-05-04 Thread Adam Dinwoodie
On Wed, May 03, 2017 at 04:32:15PM +0200, Johannes Schindelin wrote: > On Wed, 3 May 2017, ankostis wrote: > > > On 3 May 2017 11:47, Johannes Schindelin wrote: > > > On Tue, 2 May 2017, ankostis wrote: > > > > > >> On Windows, with Cygwin-git 02.12.2-1 the python command: > > >> [...] > > > > > >

Re: CYGWIN git cannot install python packages with pip

2017-05-03 Thread Johannes Schindelin
Hi, On Wed, 3 May 2017, ankostis wrote: > On 3 May 2017 11:47, Johannes Schindelin wrote: > > On Tue, 2 May 2017, ankostis wrote: > > > >> On Windows, with Cygwin-git 02.12.2-1 the python command: > >> [...] > > > > You forgot to mention what python/pip you use (is it the Cygwin one, > > or a st

Re: CYGWIN git cannot install python packages with pip

2017-05-03 Thread ankostis
On 3 May 2017 11:47, Johannes Schindelin wrote: > On Tue, 2 May 2017, ankostis wrote: > >> On Windows, with Cygwin-git 02.12.2-1 the python command: >> [...] > > You forgot to mention what python/pip you use (is it the Cygwin one, or a > standalone one?). Intentional? I have tested it on using Wi

Re: CYGWIN git cannot install python packages with pip

2017-05-03 Thread Johannes Schindelin
Hi, On Tue, 2 May 2017, ankostis wrote: > On Windows, with Cygwin-git 02.12.2-1 the python command: > > [...] You forgot to mention what python/pip you use (is it the Cygwin one, or a standalone one?). Intentional? Ciao, Johannes

Re: CYGWIN git cannot install python packages with pip

2017-05-02 Thread ankostis
Note that MSYS2 Git-12.2.1 also has no such problem. On 2 May 2017 at 20:08, ankostis wrote: > On Windows, with Cygwin-git 02.12.2-1 the python command: > > pip install git+https://github.com/...` > > fails to work with the following error: > > ... > > Git-2.8.3 had no such problem. > > Any i

CYGWIN git cannot install python packages with pip

2017-05-02 Thread ankostis
On Windows, with Cygwin-git 02.12.2-1 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/ipytho