Skip to content
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

psutil does not compile/cannot be imported on solaris sparc #704

Closed
sebrestin opened this issue Oct 28, 2015 · 0 comments
Closed

psutil does not compile/cannot be imported on solaris sparc #704

sebrestin opened this issue Oct 28, 2015 · 0 comments

Comments

@sebrestin
Copy link
Contributor

Compiling psutil on Solaris Sparc does not work because the include path is wrong (#include "arch/solaris10/ifaddrs.h") and setup uses sys.platform.startswith("sunos") . For some systems it should be sys.platform.startswith("solaris"). Also the init.py uses sunos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants