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
Trying to import cpu_freq from psutil (latest - 5.1.3) on Linux Mint 17.2 fails. The function does not get defined because there is no /sys/devices/system/cpu/cpufreq on the system (as per this line)
There is, however, /sys/devices/system/cpu/cpu0/cpufreq (and for cpu1, cpu2..)
On Ubuntu 16.04 (at least this one machine), there is /sys/devices/system/cpu/cpufreq but it is empty and therefore cpu_freq() just returns an empty list
The text was updated successfully, but these errors were encountered:
Trying to import
cpu_freq
frompsutil
(latest - 5.1.3) on Linux Mint 17.2 fails. The function does not get defined because there is no/sys/devices/system/cpu/cpufreq
on the system (as per this line)There is, however,
/sys/devices/system/cpu/cpu0/cpufreq
(and for cpu1, cpu2..)On Ubuntu 16.04 (at least this one machine), there is
/sys/devices/system/cpu/cpufreq
but it is empty and thereforecpu_freq()
just returns an empty listThe text was updated successfully, but these errors were encountered: