Hi, Has anyone else come across this? It works fine with the same Anaconda environment in Windows OS.
Python 3.10.0 | packaged by conda-forge | (default, Nov 20 2021, 02:24:10) [GCC 9.4.0] the error is: malloc() invalid size (unsorted) It works in Python 3.9 on the same Ubuntu setup. It does not work in Python 3.11. I notice Python 3.9 does not report the GCC version. Only HistogramLUTItem seems to be affected, other pyqtgraph features work fine. I am just running the examples from examples.run() Changing the Qt library to PySide2 or PyQt5 or PyQt6 has no effect. It seems to be a problem with Anaconda? Thanks, Robert -- You received this message because you are subscribed to the Google Groups "pyqtgraph" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/be6a34a4-cf57-439c-9ee4-216fefde1e45n%40googlegroups.com.
