-
-
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
Unable to use psutil on OS X #577
Comments
Mmm... that is weird. It looks like psutil wasn't properly installed.
Also, I would try to uninstall and reinstall. |
I tried uninstalling and then reinstalling, no luck. I tried the commands you listed, here's the output. Since I'm on OS X I replaced
|
It looks like this is not the latest psutil version. Try |
Mystery solved. I couldn't try I ran a
That is the system python that came with OS X and not the brew installed latest Python. I must have installed an old version of psutil using the old version Python and subsequently uninstalled it but those files were left behind after the uninstall. So when I installed the new version it kept referencing to this old I removed them by hand and tried again and it works like a charm. Thank you!
|
I'm on OS X 10.9.5 with a brew installed Python 2.7.9.
I installed psutil using
pip install psutil
and installation succeeds. But when I try it use it I get the following error.Do I need to do something special to get this working in OS X
The text was updated successfully, but these errors were encountered: