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

Ubuntu 16.04 - AttributeError: module 'psutil' has no attribute 'NUM_CPUS' #56

Closed
waiylkarim opened this issue Jun 23, 2016 · 6 comments

Comments

@waiylkarim
Copy link

waiylkarim commented Jun 23, 2016

Hello,

I get this error on Ubuntu 16.04: AttributeError: module 'psutil' has no attribute 'NUM_CPUS'

@fossfreedom
Copy link
Owner

please start a terminal and type

python3

You should see the following:
Python 3.5.1+ (default, Mar 30 2016, 22:46:26)
[GCC 5.3.1 20160330] on linux
Type "help", "copyright", "credits" or "license" for more information.

Type:

import psutil as ps

Type:

ps.__version__

What do you see? - you should see '3.4.2'

@waiylkarim
Copy link
Author

waiylkarim commented Jun 30, 2016

Yes indeed, I see '3.4.2'. What's next?

@fossfreedom
Copy link
Owner

what version of indicator-sysmonitor are you using?

@waiylkarim
Copy link
Author

the indicator-sysmonitor --version returns indicator-sysmonitor 0.7.0~stable

@fossfreedom
Copy link
Owner

the latest version is 0.8~development

Please use the PPA or install the latest from github.

https://launchpad.net/~fossfreedom/+archive/ubuntu/indicator-sysmonitor/+packages

@waiylkarim
Copy link
Author

Fixed. Thanks!

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

No branches or pull requests

2 participants