-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
setuptools 5.1 installation on AIX 7 with python 64bit does not work #225
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
Comments
Original comment by philip_thiem (Bitbucket: philip_thiem, GitHub: Unknown):
|
Original comment by philip_thiem (Bitbucket: philip_thiem, GitHub: Unknown): Hmm.. An OvverflowError in _os.open? 0o600=384 that leaves the flags (which we don't pass in) or the file descriptor. Hopefully this is reproducible on 64-bit pythons in general. Might be a python bug, in which case would have to make the temp directory a no-op on error or an alternative implementation. |
Original comment by repcsike (Bitbucket: repcsike, GitHub: Unknown): Can you check it, or should I try it to reproduce on another 64bit compilation on Linux or maybe BSD? |
Original comment by philip_thiem (Bitbucket: philip_thiem, GitHub: Unknown): Not exactly posix but I did check a 2.7.7 64-bit on windows 64-bit, and that installed ok using "python setup.py install". Does something like:
Work? |
Original comment by philip_thiem (Bitbucket: philip_thiem, GitHub: Unknown): I have verified that travis is 64-bit, so 64-bit linux is working as well. |
Original comment by repcsike (Bitbucket: repcsike, GitHub: Unknown): I had another issue installing the ecdsa python module and with the help of Brian Warner we found out that probably on aix the 64 bit python mathematical functions are giving a different result than what they should, so it seems that it's probably a python64 bug. |
Original comment by philip_thiem (Bitbucket: philip_thiem, GitHub: Unknown): Yeah would be best to be sure that the underlying python is functional. I'll close this bug for the moment and we can reopen should the problem persist afterwards, |
Original comment by philip_thiem (Bitbucket: philip_thiem, GitHub: Unknown): Looks like AIX's 64-bit python distribution might need tweaking. Reopen once a new one has been obtained and the math/temp functions checked. |
Originally reported by: Anonymous
Hello,
I have no luck installing setuptools with python 2.7.7 64bit, however on the same machine with the 32bit version python it worked ok.
Here is my output:
This box has no internet access so usually I just use the setup.py facility to build and install!
Thanks!
The text was updated successfully, but these errors were encountered: