-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip install scheme git+http
fails on Cygwin due to invalid clone destination-path
#4895
Comments
Running into the same issue while trying to install from github repo: |
This is a real blocker. |
I'm inclined to agree with the cygwin maintainers' view here - we don't support mixing of cygwin and non-cygwin executables in this way. You should either use a cygwin-built pip or a native git, and not mix the two. |
But in Windows the situation is always a bit chimerean :-) You see, building In practice, everybody uses, either Conda, or the official pyton-for-windows (aka Gohlke's binaries or WinPython distribution), but certainly not the MSYS-python included with |
Closing due to a lack of activity. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description:
pip install
git+http
shceme has stopped working after Cygwin64 upgradedgit
to2.8.3+
with invalid path.See also discussion in Git mailing-list: http://lists-archives.com/git/894111-cygwin-git-cannot-install-python-packages-with-pip.html
What I've run:
With cygdrive installed in
D:\cygwin64\
, i get the following error:The text was updated successfully, but these errors were encountered: