I was trying to use the GUI of the OpenBCI LSL Python program to use with my Cyton board since the CLI seemed a little complicated for beginners to the world of EEG but PyQt4 is no longer easily installable. I replaced the calls to the GUI to PyQt5 which is installable still in 2024 with "pip install pyqt5" and now the GUI runs. I think there is an issue with the monitor view but that is not a big deal to me. I hope this helps people who want to use their OpenBCI boards with LSL still in 2024!
I was trying to use the GUI of the OpenBCI LSL Python program to use with my Cyton board since the CLI seemed a little complicated for beginners to the world of EEG but PyQt4 is no longer easily installable. I replaced the calls to the GUI to PyQt5 which is installable still in 2024 with "pip install pyqt5" and now the GUI runs. I think there is an issue with the monitor view but that is not a big deal to me. I hope this helps people who want to use their OpenBCI boards with LSL still in 2024!