-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Can't install with 64-bit Python3 on AIX 7.1 #1408
Comments
I don't have an AIX box to test against (never had actually, the contribution was not mine). CC-ing @wiggin15. |
@tbrownaw can you please try this fix instead?
|
@wiggin15 Yes, that fix works. |
wiggin15
pushed a commit
to Infinidat/psutil
that referenced
this issue
Feb 14, 2019
I want to confirm that this worked for my AIX 7 for Python 2.7.15 installation -
Providing details for your own use. |
giampaolo
added a commit
that referenced
this issue
Feb 14, 2019
Thanks Arnon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With Python3 from IBM's AIX Toolbox site, I can't install psutil. It fails to build the C code:
This build of Python is 64-bit:
I can get it to build by editing
psutil/arch/aix/net_kernel_structs.h
to move the last#define
outside of the conditional.But, I assume this was inside the conditional for a reason, most likely that it will break on other AIX versions which I don't have access to test on.
The text was updated successfully, but these errors were encountered: