Hello, recently fresh release of Raspbian OS with QT4 and pyqtgraph librarry was installed and project which run before, don't run anymore.
Here is error text which I got running my project and graph script is attached.
With best regards, Vlado
Error text:
Traceback (most recent call last):
File "/home/pi/Desktop/Sušilec sadja/Project/main.py", line 29, in <module>
from graph_2 import *
File "/home/pi/Desktop/Sušilec sadja/Project/graph_2.py", line 3, in <module>
import pyqtgraph as pg
File "/usr/local/lib/python3.7/dist-packages/pyqtgraph/__init__.py", line 13, in <module>
from .Qt import QtCore, QtGui, mkQApp
File "/usr/local/lib/python3.7/dist-packages/pyqtgraph/Qt/__init__.py", line 49, in <module>
raise Exception("PyQtGraph requires one of PyQt5, PyQt6, PySide2 or PySide6; none of these packages could be imported.")
Exception: PyQtGraph requires one of PyQt5, PyQt6, PySide2 or PySide6; none of these packages could be imported.