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
Correct dependency is install_requires=["psutil<2"]. Otherwise pyrasite-gui breaks. It seems psutil version 2 isn't compatible with version 1 around p.cmdline, p.create_time, p.uids, p.gids, etc. With 1.x it's fine.