glue-viz / glue

Linked Data Visualizations Across Multiple Files
http://glueviz.org
Other
721 stars 152 forks source link

qtconsole bug with Gluviz install #2438

Open joesantoro opened 11 months ago

joesantoro commented 11 months ago

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'