We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Before creating a new issue, please check the FAQ to see if your question is answered there.
OS:
import debugpy; print(debugpy.__version__)
Print the following:
Failed to enable GUI event loop integration for 'qt' Traceback (most recent call last): File "c:\Users\Administrator\.vscode\extensions\ms-python.debugpy-2025.0.1-win32-x64\bundled\libs\debugpy\_vendored\pydevd\pydev_ipython\matplotlibtools.py", line 49, in do_enable_gui enable_gui(guiname) ~~~~~~~~~~^^^^^^^^^ File "c:\Users\Administrator\.vscode\extensions\ms-python.debugpy-2025.0.1-win32-x64\bundled\libs\debugpy\_vendored\pydevd\pydev_ipython\inputhook.py", line 567, in enable_gui return gui_hook(app) File "c:\Users\Administrator\.vscode\extensions\ms-python.debugpy-2025.0.1-win32-x64\bundled\libs\debugpy\_vendored\pydevd\pydev_ipython\inputhook.py", line 180, in enable_qt from pydev_ipython.qt_for_kernel import QT_API, QT_API_PYQT5, QT_API_PYQT6 File "c:\Users\Administrator\.vscode\extensions\ms-python.debugpy-2025.0.1-win32-x64\bundled\libs\debugpy\_vendored\pydevd\pydev_ipython\qt_for_kernel.py", line 132, in <module> QtCore, QtGui, QtSvg, QT_API = load_qt(api_opts) ~~~~~~~^^^^^^^^^^ File "c:\Users\Administrator\.vscode\extensions\ms-python.debugpy-2025.0.1-win32-x64\bundled\libs\debugpy\_vendored\pydevd\pydev_ipython\qt_loaders.py", line 356, in load_qt raise ImportError( ...<24 lines>... ) 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. Currently-imported Qt library: None PyQt4 installed: False PyQt5 installed: False PyQt6 installed: False PySide >= 1.0.3 installed: False PySide2 installed: False PySide6 installed: True Tried to load: ['pyqtdefault', 'pyside', 'pyside2', 'pyqt5', 'pyqt6']
No error info.
Debug the following file:
import matplotlib matplotlib.use("qtagg") print(matplotlib.get_backend())
The text was updated successfully, but these errors were encountered:
Looks like a duplicate of #1222, #1112, #800, #704.
Sorry, something went wrong.
(Use "guiEventLoop": "none" in your launch config.)
"guiEventLoop": "none"
Thanks @bersbersbers!
debonte
No branches or pull requests
Before creating a new issue, please check the FAQ to see if your question is answered there.
Environment data
OS:
import debugpy; print(debugpy.__version__)
if uncertain)Actual behavior
Print the following:
Expected behavior
No error info.
Steps to reproduce:
Debug the following file:
The text was updated successfully, but these errors were encountered: