Open tstenner opened 4 years ago
PerformanceTest.py runs fine after pyqtgraph was uninstalled (with printouts), and with visualization after pip install pyqtgraph==0.10
if haspyqtgraph:
qapp = pg.QtGui.QApplication(sys.argv)
qwindow = pg.plot(title="pylsl PerformanceTest")
qwindow.clear()
runs with pyqtgraph==0.11 and pyqtgraph==0.10
Could be linked to the deprecation of PlotWindow? https://pyqtgraph.readthedocs.io/en/latest/graphicswindow.html#pyqtgraph.PlotWindow
Almost all examples run without issues (after i
pip install pyqtgraph
) butpython PerformanceTest.py
fails withEdit: But i get the same error in master (l300), so it must be sth else than your changes.
pyqtgraph==0.11.0
Originally posted by @agricolab in https://github.com/labstreaminglayer/liblsl-Python/pull/33#issuecomment-694803530