jupyter_client seems to have broken
See original GitHub issueNot sure if anyone else is seeing this; I’m on Arch Linux. Trying different install options to see if the issue persists.
Traceback (most recent call last):
File "/usr/bin/cq-editor", line 11, in <module>
load_entry_point('CQ-editor==0.1.0.dev0', 'gui_scripts', 'cq-editor')()
File "/usr/lib/python3.8/site-packages/cq_editor/__main__.py", line 16, in main
win = MainWindow()
File "/usr/lib/python3.8/site-packages/cq_editor/main_window.py", line 42, in __init__
self.prepare_panes()
File "/usr/lib/python3.8/site-packages/cq_editor/main_window.py", line 98, in prepare_panes
ConsoleWidget(self),
File "/usr/lib/python3.8/site-packages/cq_editor/widgets/console.py", line 24, in __init__
self.kernel_client = kernel_client = self._kernel_manager.client()
File "/usr/lib/python3.8/site-packages/qtconsole/base_frontend_mixin.py", line 63, in kernel_client
if kernel_client.channels_running:
File "/usr/lib/python3.8/site-packages/jupyter_client/client.py", line 141, in channels_running
self.control_channel.is_alive())
File "/usr/lib/python3.8/site-packages/jupyter_client/client.py", line 199, in control_channel
self._control_channel = self.control_channel_class(
TypeError: ChannelABC() takes no arguments
[1] + 56397 exit 1 cq-editor
Issue Analytics
- State:
- Created 4 years ago
- Comments:14 (7 by maintainers)
Top Results From Across the Web
5.3.3 seems to be broken · Issue #480 · jupyter/jupyter_client
5.3.2 and 5.3.3 are broken. I've run pip install jupyter-client==5.3.1 to fix it. Reproduce the problem: Have a clean install of Anaconda ...
Read more >Updating Anaconda has broken Jupyter - Google Groups
If I run "conda update ipython" conda says I have 6.2.1, but if I run "pip freeze" then I get 3.2.3. So something...
Read more >Jupyter Notebook 500 : Internal Server Error - Stack Overflow
Try upgrading jupyter hub first: pip install --upgrade jupyterhub pip install --upgrade --user nbconvert. If you are inside a conda ...
Read more >Recovering from a Jupyter Disaster | by Marius van Niekerk
These notebooks are copies at a point in time of a notebook, when it was last saved. By default only one snapshot exists...
Read more >Jupyter run configuration no longer works after upgrade to ...
I have upgraded my PyCharm 2018.3 to 2019.1 (professional), which has broken all Jupyter support. My projects have a run configuration...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@jmwright Worked! And it was in the readme too, embarrassing… Thank you!
downgrading seems to be the appropriate solution. Will close since conda is the supported installation method.