vagnum08 / cpupower-gui

cpupower-gui is a graphical program that is used to change the scaling frequency limits of the cpu, similar to cpupower.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'cpupower_gui'

coreybruce opened this issue · comments

Xubuntu 18.04 LTS

Traceback (most recent call last):
File "./cpupower-gui", line 34, in
from cpupower_gui import main
ModuleNotFoundError: No module named 'cpupower_gui'

Hi, did you install cpupower-gui from the Debian package?

The main executable expects the cpupower-gui module for python to be installed.

There is a built package for Ubuntu 18.04 on Launchpad.

You can add the ppa and install cpupower-gui. It should work.

In the meantime I will try to resolve the issue if the module is not found at the expected path.

No I built from source and installed the dependencies sorry, Ah well that's fantastic news! I added the PPA and installed it and everything is working thanks!

If anyone does want to install from source you might want to fix this so they can tho I am much happier adding a PPA and installing it :)