matplotlib/viscm

Viscm crashes on launch

beojan opened this issue · 3 comments

QSettings::value: Empty key passed
QSettings::value: Empty key passed
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = python3.7 path = /usr/bin pid = 9999
KCrash: Arguments: [1]    9999 segmentation fault (core dumped)  python -m viscm view jet

What versions of python, matplotlib, viscm, qt and how did you install them?

Python 3.7.4 and Qt 5.13.0 from Arch packages, matplotlib and viscm from git (just updated both, and it still crashes).

@beojan can you try this again with v0.10? We've dropped support for many older dependencies (including Qt5) and set minimum versions in our package metadata. Please try pip install viscm[PySide] to ensure you get a Qt dependency!