I am running into a problem with finding a QT binding in ephyviewer. Using Python 3.9. Using the source from the github repository for ephyviewer.
I am running in a Conda environment which has the following packages installed.
pyqt 5.15.7 py39he9d5cce_0
pyqt5-sip 12.11.0 py39he9d5cce_0
pyqtgraph 0.13.1 py39hecd8cb5_0
Yet when I try to run any of the tests in ephyviewer, it complains
ImportError: Could not locate a supported Qt bindings library (PySide6, PyQt6, PyQt5, PySide2, PyQt4)
This is originating from myqt.py source which runs though 'import PyQt5' but doesn't find a library.
Am I missing something obvious here?