Greifent / afc-gui

GUI for the asus-fan-control project
MIT License
38 stars 5 forks source link

No module named 'psutil' #19

Closed KoorbNotsyor closed 2 months ago

KoorbNotsyor commented 2 months ago

Running afc-gui on Ubuntu 24.04 produces Python traceback ending in the message "ModuleNotFoundError: No module named 'psutil'".

I don't have pip on the laptop , I haven't set up python yet - it's a new install.

installed python3-psutil and all OK now

Greifent commented 2 months ago

Running afc-gui on Ubuntu 24.04 produces Python traceback ending in the message "ModuleNotFoundError: No module named 'psutil'".

Hello, did you try pip install psutil to install the module?