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
===== 2020.03.20 09:03:45 =====
Traceback (most recent call last):
File "es_gui.py", line 7222, in
main()
File "es_gui.py", line 7205, in main
window = Exo_striker()
File "es_gui.py", line 6712, in init
self.console_widget = ConsoleWidget_embed(font_size = 9)
File "./lib/Jupyter_emb.py", line 24, in init
self.kernel_client = self._kernel_manager.client()
File "/usr/local/lib/python3.6/dist-packages/qtconsole/base_frontend_mixin.py", line 63, in kernel_client
if kernel_client.channels_running:
File "/usr/local/lib/python3.6/dist-packages/jupyter_client/client.py", line 141, in channels_running
self.control_channel.is_alive())
File "/usr/local/lib/python3.6/dist-packages/jupyter_client/client.py", line 200, in control_channel
socket, self.session, self.ioloop
TypeError: object() takes no parameters
The text was updated successfully, but these errors were encountered:
Oh, I did not get that... Since the problem appears in jupyter_client/client.py,
I thought that a general fix must be done in the jupyter-client, not in the ipykernel.
Unfortunately, the new release did not solve the problem below:
See 3fon3fonov/exostriker#55
It works fine with e.g. jupyter_client==5.3.1
===== 2020.03.20 09:03:45 =====
Traceback (most recent call last):
File "es_gui.py", line 7222, in
main()
File "es_gui.py", line 7205, in main
window = Exo_striker()
File "es_gui.py", line 6712, in init
self.console_widget = ConsoleWidget_embed(font_size = 9)
File "./lib/Jupyter_emb.py", line 24, in init
self.kernel_client = self._kernel_manager.client()
File "/usr/local/lib/python3.6/dist-packages/qtconsole/base_frontend_mixin.py", line 63, in kernel_client
if kernel_client.channels_running:
File "/usr/local/lib/python3.6/dist-packages/jupyter_client/client.py", line 141, in channels_running
self.control_channel.is_alive())
File "/usr/local/lib/python3.6/dist-packages/jupyter_client/client.py", line 200, in control_channel
socket, self.session, self.ioloop
TypeError: object() takes no parameters
The text was updated successfully, but these errors were encountered: