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
Hello, I am having this problem when I try to debug an app using PySide6 and matplotlib, it uses some graphs and seems to be the part that goes wrong.
This is the output in the console:
Failed to enable GUI event loop integration for 'qt'
Traceback (most recent call last):
File "c:\Users\marco.vscode\extensions\ms-python.python-2023.3.10581011\pythonFiles\lib\python\debugpy_vendored\pydevd\pydev_ipython\matplotlibtools.py", line 30, in do_enable_gui
enable_gui(guiname)
File "c:\Users\marco.vscode\extensions\ms-python.python-2023.3.10581011\pythonFiles\lib\python\debugpy_vendored\pydevd\pydev_ipython\inputhook.py", line 540, in enable_gui
return gui_hook(app)
File "c:\Users\marco.vscode\extensions\ms-python.python-2023.3.10581011\pythonFiles\lib\python\debugpy_vendored\pydevd\pydev_ipython\inputhook.py", line 176, in enable_qt
from pydev_ipython.qt_for_kernel import QT_API, QT_API_PYQT5
File "c:\Users\marco.vscode\extensions\ms-python.python-2023.3.10581011\pythonFiles\lib\python\debugpy_vendored\pydevd\pydev_ipython\qt_for_kernel.py", line 116, in
QtCore, QtGui, QtSvg, QT_API = load_qt(api_opts)
File "c:\Users\marco.vscode\extensions\ms-python.python-2023.3.10581011\pythonFiles\lib\python\debugpy_vendored\pydevd\pydev_ipython\qt_loaders.py", line 285, in load_qt
raise ImportError("""
ImportError:
Could not load requested Qt binding. Please ensure that
PyQt4 >= 4.7 or PySide >= 1.0.3 is available,
and only one is imported per session.
Hello, I am having this problem when I try to debug an app using PySide6 and matplotlib, it uses some graphs and seems to be the part that goes wrong.
This is the output in the console:
Failed to enable GUI event loop integration for 'qt'
Traceback (most recent call last):
File "c:\Users\marco.vscode\extensions\ms-python.python-2023.3.10581011\pythonFiles\lib\python\debugpy_vendored\pydevd\pydev_ipython\matplotlibtools.py", line 30, in do_enable_gui
enable_gui(guiname)
File "c:\Users\marco.vscode\extensions\ms-python.python-2023.3.10581011\pythonFiles\lib\python\debugpy_vendored\pydevd\pydev_ipython\inputhook.py", line 540, in enable_gui
return gui_hook(app)
File "c:\Users\marco.vscode\extensions\ms-python.python-2023.3.10581011\pythonFiles\lib\python\debugpy_vendored\pydevd\pydev_ipython\inputhook.py", line 176, in enable_qt
from pydev_ipython.qt_for_kernel import QT_API, QT_API_PYQT5
File "c:\Users\marco.vscode\extensions\ms-python.python-2023.3.10581011\pythonFiles\lib\python\debugpy_vendored\pydevd\pydev_ipython\qt_for_kernel.py", line 116, in
QtCore, QtGui, QtSvg, QT_API = load_qt(api_opts)
File "c:\Users\marco.vscode\extensions\ms-python.python-2023.3.10581011\pythonFiles\lib\python\debugpy_vendored\pydevd\pydev_ipython\qt_loaders.py", line 285, in load_qt
raise ImportError("""
ImportError:
Could not load requested Qt binding. Please ensure that
PyQt4 >= 4.7 or PySide >= 1.0.3 is available,
and only one is imported per session.
Backend QtAgg is interactive backend. Turning interactive mode on.
I am using PySide6 and I think the qt_loaders is what is missing Qt6.
Any help?
The text was updated successfully, but these errors were encountered: