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
Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 21:26:53) [MSC v.1916 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
import psutil
print(psutil.version)
5.7.0
Bug description
psutil.sensors_temperatures() not found
psutil.sensors_fans() not found
psutil.sensors_temperatures()
Traceback (most recent call last):
File "<pyshell#3>", line 1, in
psutil.sensors_temperatures()
AttributeError: module 'psutil' has no attribute 'sensors_temperatures'
same happens with psutil.sensors_fans()
Test results
{ output of python -c psutil.tests (failures only, not full result) }
Platform
Windows
Windows 10
Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 21:26:53) [MSC v.1916 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
Bug description
psutil.sensors_temperatures() not found
psutil.sensors_fans() not found
same happens with psutil.sensors_fans()
Test results
{ output of
python -c psutil.tests
(failures only, not full result) }The text was updated successfully, but these errors were encountered: