-
Notifications
You must be signed in to change notification settings - Fork 3k
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
command exits immediately on Cygwin
#1448
Comments
First of all, I believe pip 1.4.1 was still working. Unfortunately, it seems impossible to install a specific version of The OP mentions fresh install, but I am getting the same problem upgrading to 1.5.1. For what it's worth, I now have Below are the output of a few commands I have tried: In Bash: https://dpaste.org/KHTB/raw I expected to see a list of my installed packages, but I didn't see any. Now, In the interactive interpreter:
Again, in Bash:
|
you could try the imports individually in |
Same problem: cygwin64, windows 8.1 @qwcode tried:
And the interpreter exits here. Also tried running python -v to see if it chokes on loading some dependency, but can't see any problems there. I am not a Python developer, so would appreciate any help on how to get this to work. |
Looks like the issue is gone now, using:
|
I am still experiencing this problem. I am running the latest version of everything. If you required any further details please ask, but I am running the same versions as ksze listed. |
This may cause by So, I built python src on 2.7.6 on my machine (windows 8.1 cygwin 2.83 64bit) |
Could I have a little extra detail on how to build python 2.7.6 for cygwin? Did you install a cygwin specific package or just install it as per normal in windows and update Cygwin path? Thanks. |
Save problem with cygwin64 and windows 7 ( |
Same here. pip exits with no output on cygwin64, but works under cygwin32. |
Same problem here cygwin 1.7.28-2 |
Same problem with: cygwin 1.7.28-2 Had to download a previous version of pip to make it work for now. |
now working for me with binutils recommended here: https://github.com/kennethreitz/requests/issues/1547 |
Install the cygwin package |
same problem here. -------> But switching from cygwin-64bit to cygwin-32bit solved it! (but forking problems may occur in cygwin-32bit: "error: cannot fork() : Resource temporarily unavailable") |
For future Unixers in Windows territory: |
I confirm @hellerbarde's tips |
yes, when installing anything related to "binutils" and "libuuid-devel" in CygWin 64, it works! Great! |
Can also confirm that installing |
@indiv0 Confirm it one more :-) |
Has someone reported these dependencies to cygwin python maintainer? |
Confirming that installing both binutils and libuuid-devel (as mentioned by @indiv0) worked for me as well. Cygwin64 version 1.7.30. |
Additional confirmation that installing libuuid-devel on cygwin64 1.7.30/win8.1 solved this issue for me. |
Still happening in Cygwin64 1.7.31(0.272/5/3), Python 2.7.8, setuptools 5.4.2, pip 1.5.6 and still solved by installing "binutils" and "libuuid-devel" |
How can I find the package maintainer of the pip package? I seem to be On 07.08.2014 13:02, procesd wrote:
|
@hellerbarde you can speak to us here just fine :) |
@Ivoz , sorry, i somehow didn't realize that package maintainers are around here as well. Edit: oh, wait. Are you also a Cygwin package maintainer? Because that would be what I was looking for. I totally forgot that this thread is not in the Cygwin project, so I neglected to mention it. |
Nope, that's why I asked if someone had reported it to them. |
Issue seemed to be missing dependencies for python in cygwin. If there's anything else please comment |
This used to work for us, but sometime in the last two months fresh installs of
pip
incygwin
are broken:The text was updated successfully, but these errors were encountered: