Skip to content

Instantly share code, notes, and snippets.

@bruceravel
Created January 6, 2026 14:16
Show Gist options
  • Select an option

  • Save bruceravel/5863a1c126fd7e65e65a6b19e2dfc30e to your computer and use it in GitHub Desktop.

Select an option

Save bruceravel/5863a1c126fd7e65e65a6b19e2dfc30e to your computer and use it in GitHub Desktop.
bsui failure
In [1]: Traceback (most recent call last):
File "/home/xf06bm/.cache/rattler/cache/envs/bmm-profile-collection-13424994504487550174/envs/terminal/bin/ipython", line 10, in <module>
sys.exit(start_ipython())
^^^^^^^^^^^^^^^
File "/home/xf06bm/.cache/rattler/cache/envs/bmm-profile-collection-13424994504487550174/envs/terminal/lib/python3.11/site-packages/IPython/__init__.py", line 130, in start_ipython
return launch_new_instance(argv=argv, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/xf06bm/.cache/rattler/cache/envs/bmm-profile-collection-13424994504487550174/envs/terminal/lib/python3.11/site-packages/traitlets/config/application.py", line 1075, in launch_instance
app.start()
File "/home/xf06bm/.cache/rattler/cache/envs/bmm-profile-collection-13424994504487550174/envs/terminal/lib/python3.11/site-packages/IPython/terminal/ipapp.py", line 317, in start
self.shell.mainloop()
File "/home/xf06bm/.cache/rattler/cache/envs/bmm-profile-collection-13424994504487550174/envs/terminal/lib/python3.11/site-packages/IPython/terminal/interactiveshell.py", line 917, in mainloop
self.interact()
File "/home/xf06bm/.cache/rattler/cache/envs/bmm-profile-collection-13424994504487550174/envs/terminal/lib/python3.11/site-packages/IPython/terminal/interactiveshell.py", line 902, in interact
code = self.prompt_for_code()
^^^^^^^^^^^^^^^^^^^^^^
File "/home/xf06bm/.cache/rattler/cache/envs/bmm-profile-collection-13424994504487550174/envs/terminal/lib/python3.11/site-packages/IPython/terminal/interactiveshell.py", line 845, in prompt_for_code
text = self.pt_app.prompt(
^^^^^^^^^^^^^^^^^^^
File "/home/xf06bm/.cache/rattler/cache/envs/bmm-profile-collection-13424994504487550174/envs/terminal/lib/python3.11/site-packages/prompt_toolkit/shortcuts/prompt.py", line 1035, in prompt
return self.app.run(
^^^^^^^^^^^^^
File "/home/xf06bm/.cache/rattler/cache/envs/bmm-profile-collection-13424994504487550174/envs/terminal/lib/python3.11/site-packages/prompt_toolkit/application/application.py", line 978, in run
result = loop.run_until_complete(coro)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/xf06bm/.cache/rattler/cache/envs/bmm-profile-collection-13424994504487550174/envs/terminal/lib/python3.11/asyncio/base_events.py", line 641, in run_until_complete
self.run_forever()
File "/home/xf06bm/.cache/rattler/cache/envs/bmm-profile-collection-13424994504487550174/envs/terminal/lib/python3.11/asyncio/base_events.py", line 608, in run_forever
self._run_once()
File "/home/xf06bm/.cache/rattler/cache/envs/bmm-profile-collection-13424994504487550174/envs/terminal/lib/python3.11/asyncio/base_events.py", line 1898, in _run_once
event_list = self._selector.select(timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/xf06bm/.cache/rattler/cache/envs/bmm-profile-collection-13424994504487550174/envs/terminal/lib/python3.11/site-packages/prompt_toolkit/eventloop/inputhook.py", line 150, in select
self.inputhook(InputHookContext(self._r, input_is_ready))
File "/home/xf06bm/.cache/rattler/cache/envs/bmm-profile-collection-13424994504487550174/envs/terminal/lib/python3.11/site-packages/IPython/terminal/pt_inputhooks/qt.py", line 50, in inputhook
_appref = app = QtGui.QApplication([" "])
^^^^^^^^^^^^^^^^^^
AttributeError: module 'PySide6.QtPrintSupport' has no attribute 'QApplication'
If you suspect this is an IPython 8.26.0 bug, please report it at:
https://github.com/ipython/ipython/issues
or send an email to the mailing list at [email protected]
You can print a more detailed traceback right now with "%tb", or use "%debug"
to interactively debug it.
Extra-detailed tracebacks for bug-reporting purposes can be enabled via:
%config Application.verbose_crash=True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment