Attempting to run either fallDetection_main.py or gui_main.py on Raspberry Pi. I've installed the necessary packages/libraries, but it seems that pyqtgraph requires a Qt version 5.12 or higher. The Raspberry Pi comes loaded with version 5.11.3. I went through the lengthy process of building and installing Qt 5.15, but still getting a version error when attempting to run. Is there a step I'm missing to make pyqtgraph recognize the right Qt version? How would you recommend solving this problem? Thanks.