does anyone have an idea why psutil's cpu_freq() returns empty? I'm running python 3.4 on Debian linux 8.7.1. I've tried with and without elevated rights and gotten the same result.
Python 3.4.2 (default, Oct 8 2014, 10:45:20)
[GCC 4.9.1] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import psutil
>>> psutil.cpu_freq()
[]
>>>
Other CPU information (such as cpu_stats() is returned correctly. Thanks a lot!