for Ubuntu 24, need libxcb-cursor0

This commit is contained in:
Ryan Tang 2024-10-22 10:49:04 -04:00
parent 6d5c204004
commit 1eb082213b

View File

@ -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.
Since the PySimpleGUI think user should register, so We use Qt6. The IsegHVController.py is no longer maintain.