-
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
get-pip bailing out while trying to import colorama on AIX #1826
Comments
Hi, I'm getting this same error on AIX 6.1. It appears from this thread that the error has been fixed. However, I don't believe it is reflected in get-pip.py yet because I still get the error. Is there a way to get the latest get-pip.py that reflects these changes? Thanks. |
Hi again, I downloaded the latest version of get-pip.py (dated 11/4/2014) and I'm still getting this error on AIX 6.1. Is this not fixed? Thanks. |
This has not been released yet. |
I see. Is it in the git repo? That is, if I am able to generate the get pip Company unfortunately has AIX, and I'm trying to make the system useful. If not, do you have any suggestions? I tried compiling python from source
|
The develop branch has the fix, however |
Will try and report back. Hopefully there isn't any dependencies. Trying to
|
Tried to install using setup.py, but it required setuptools. Tried to install setuptools, and there too is a dependency on ctypes:
Any other thoughts on getting pip installed without ctypes? Thanks. |
vinhdizzo now you can installed setup.py?? |
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. |
I get the following error trying to run get-pip.py on a machine running AIX 7.1 with python 2.7.5:
I don't it makes sense to import colorama.win32 on this machine.
is there a way to turn off colorised output as a workaround?
The text was updated successfully, but these errors were encountered: