From 1eb082213b987d5884a9de25556dc20fb60a4a03 Mon Sep 17 00:00:00 2001 From: "Ryan@SOLARIS_testStation" Date: Tue, 22 Oct 2024 10:49:04 -0400 Subject: [PATCH] for Ubuntu 24, need libxcb-cursor0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94731cf..ea16b91 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ in Ubuntu 20+ - ~>sudo apt install python3-pyqt6 snmp snmp-mibs-downloader curl python3-pip + ~>sudo apt install python3-pyqt6 snmp snmp-mibs-downloader curl python3-pip libxcb-cursor0 ~>python3 -m pip install pyqt6 influxdb-client also, download the https://fsunuc.physics.fsu.edu/wiki/images/5/53/WIENER-CRATE-MIB.txt and put in /usr/share/snmp/mibs/ @@ -18,4 +18,4 @@ for influxDB V1, simply put the database IP. since 2024, we upgraded to influxDB # old GUI using PySimpleGUI -Since the PySimpleGUI think user should register, so We use Qt6. The IsegHVController.py is no longer maintain. \ No newline at end of file +Since the PySimpleGUI think user should register, so We use Qt6. The IsegHVController.py is no longer maintain.