You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attribute Qt::AA_UseSoftwareOpenGL must be set before QCoreApplication is created.
QWidget: Must construct a QApplication before a QWidget
[1] 3285 IOT instruction (core dumped) psyplot tests/icon_test.nc
thanks @nobodyinperson! I'll have a look at it ASAP, but I need to test this on my private Mac 😅 The error message does not really help and I strongly assume it's something related to PyQt5. Can you try to open other PyQT5-based Applications? E.g. spyder?
Code Sample, a copy-pastable example if possible
Problem description
psyplot gui crashes upon launch
Expected Output
psyplot gui opens
psyplot
Attribute Qt::AA_UseSoftwareOpenGL must be set before QCoreApplication is created. QWidget: Must construct a QApplication before a QWidget [1] 3285 IOT instruction (core dumped) psyplot tests/icon_test.nc
Output of
psyplot -aV
NOTE
I packaged
psyplot
andpsyplot-gui
into the AUR.The above result is the same also when just using
pip install psyplot psyplot-gui
.OS: Manjaro
The text was updated successfully, but these errors were encountered: