GPU-G는 Windows에서 CPU-Z를 대체하는 Linux이지만(분명히) 작동할 수 없습니다.
실행하면 python2 ./gpu-g
다음 오류가 발생합니다.
You need to have PyGTK 2.10.0, GTK.Glade and GTK+ 2.10.0 or higher
installed in your system in order to run CPU-G.
내가 설치하려고 하는 것은 pip
pip를 사용하여 패키지를 찾을 수 없기 때문에 이러한 패키지를 찾으려고 하는 것이지만 apt
, 이로 인해 Python 3 버전의 pip가 제공됩니다.
다음에 무엇을 시도해야 할지 모르시나요?
답변1
CPU-G는 Python 3 응용 프로그램입니다.
실행 지침은 여기에 게시되어 있습니다.https://github.com/atareao/cpu-g
간단히 말해서:
sudo apt install libgirepository1.0-dev gcc libcairo2-dev pkg-config python3-dev gir1.2-gtk-3.0
pip3 install pycairo PyGObject psutil dbus-python
git clone https://github.com/atareao/cpu-g.git
cd cpu-g/bin
python3 cpu-g