You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
sebrestin
added a commit
to sebrestin/psutil
that referenced
this issue
Oct 28, 2015
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.
The text was updated successfully, but these errors were encountered: