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
matplotlib was missing in the prerequisites
error message :
[Errno 2] No translation file found for domain: 'cpu-g'
Traceback (most recent call last):
File "/home/alain/Téléchargements/cpu-g/bin/cpu-g", line 41, in <module>
from cpug import CPUG
File "/home/alain/Téléchargements/cpu-g/src/cpug.py", line 40, in <module>
from matplotlib.figure import Figure
ModuleNotFoundError: No module named 'matplotlib'
i had to do this : pip install matplotlib
then /cpu-g/src/distro.py was badly written .
the error message :
[Errno 2] No translation file found for domain: 'cpu-g'
Traceback (most recent call last):
File "/home/alain/Téléchargements/cpu-g/bin/cpu-g", line 42, in <module>
cpug = CPUG()
File "/home/alain/Téléchargements/cpu-g/src/cpug.py", line 999, in __init__
self.update_info()
File "/home/alain/Téléchargements/cpu-g/src/cpug.py", line 1177, in update_info
self.distribution.set_text(inv.distro())
File "/home/alain/Téléchargements/cpu-g/src/investigator.py", line 307, in distro
return get_distro()
File "/home/alain/Téléchargements/cpu-g/src/distro.py", line 39, in get_distro
version_split = RELEASE_DATA["VERSION"].split(" ", maxsplit=1)
KeyError: 'VERSION'
here is the file i made (with help) :
you will see the original script and the corrected one :
cpu-g crashes on debian sid (bookworm/sid) .
error message :
i had to do this :
pip install matplotlib
the error message :
here is the file i made (with help) :
you will see the original script and the corrected one :
my /etc/os-release file :
now , the program is nearly good .
still rests the "desktop environment" and the "window manager" wich are not yet recognised .
The text was updated successfully, but these errors were encountered: