Skip to content
New issue

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

qtconsole bug with Gluviz install #2438

Open
joesantoro opened this issue Aug 17, 2023 · 0 comments
Open

qtconsole bug with Gluviz install #2438

joesantoro opened this issue Aug 17, 2023 · 0 comments

Comments

@joesantoro
Copy link

Hello,
There is a bug with the version of qtconsole that is installed with glueviz. This bug causes the cursor to disappear after the first command it typed rendering the console useless. There is a method bug with qtconsole-5.2.3 that causes the ipython console to freeze. This bug was fixed in qtconsole-5.4.3, which I have installed natively. I can't for the life of me figure out how to force glueviz to use my native version of qtconsole. I think glueviz needs to be repackaged with the new version of the library or allow the user to employ their native version of the library.

image

Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\lib\site-packages\qtconsole\base_frontend_mixin.py", line 138, in _dispatch
handler(msg)
File "C:\ProgramData\Anaconda3\lib\site-packages\qtconsole\jupyter_widget.py", line 193, in _handle_execute_reply
super()._handle_execute_reply(msg)
File "C:\ProgramData\Anaconda3\lib\site-packages\qtconsole\frontend_widget.py", line 468, in _handle_execute_reply
if not self.kernel_client.iopub_channel.closed():
AttributeError: 'QtInProcessChannel' object has no attribute 'closed'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant