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.sensors_temperatures() not working on Windows10 both python 2.7 and 3.6 #1280

Closed
anakincho opened this issue May 19, 2018 · 1 comment
Labels

Comments

@anakincho
Copy link

anakincho commented May 19, 2018

I just installed psutil with pip, and added the sample code from the docs about PC temperatures, and got the following error: AttributeError: module 'psutil' has no attribute 'sensors_temperatures'. I tested it both on python 2.7 and 3.6 under Windows 10, but got the same error always. I tried running other commands such as psutil.cpu_count() and worked fine. The only problem comes when I call psutil.sensors_temperatures()

@giampaolo
Copy link
Owner

giampaolo commented May 20, 2018 via email

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

No branches or pull requests

2 participants