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
Toolbox crashes on PySide6 6.8.0. The crash happens in qtpy's QtGui.py line 120 from PySide6.QtGui import *, which is called by qtconsole's util.py line from qtpy import QtCore, QtGui, which is called in our code in file jupyter_console_widget.py line from qtconsole.client import QtKernelClient. I don't think we can do anything about it but to wait for a new version of qtpy or PySide 6.8.1.
Looks like the issue with 6.8.0.1 is that it segfaults when we e.g. set the text for QGraphicsTextItems in icons on Design view --- i.e. it is a bug in PySide6's text handling/rendering.
Toolbox crashes on PySide6 6.8.0. The crash happens in qtpy's QtGui.py line 120
from PySide6.QtGui import *
, which is called by qtconsole's util.py linefrom qtpy import QtCore, QtGui
, which is called in our code in file jupyter_console_widget.py linefrom qtconsole.client import QtKernelClient
. I don't think we can do anything about it but to wait for a new version of qtpy or PySide 6.8.1.Related to #2979.
The text was updated successfully, but these errors were encountered: