brendan-rius / jupyter-c-kernel

Minimal Jupyter C kernel
MIT License
573 stars 144 forks source link

No module named jupyter_client.kernelspec #70

Open leixjtu opened 4 years ago

leixjtu commented 4 years ago

Dear jupyter-notebook users, I'd like to install jupyternotebook on ubuntu 16.04 on VMware, and the I want to input C kernel which I followed the instructions step by step:

pip install jupyter-c-kernel install_c_kernel jupyter-notebook

on the second step the following error appears:

Traceback (most recent call last): File "/home/wanglei/.local/bin/install_c_kernel", line 8, in <module> from jupyter_client.kernelspec import KernelSpecManager ImportError: No module named jupyter_client.kernelspec
Has anyone solved this problem?

plushugh commented 4 years ago

same, use docker instead

tianyunlinger1 commented 3 years ago

same,i use in Linux Deepin,and i can't solve the problem

tianyunlinger1 commented 3 years ago

same,i use in Linux Deepin,and i can't solve the problem

oh,i made it,i installed the anaconda under the root,and then run all commends as root,and the problems be solved.

FarisArch commented 3 years ago

Is this problem solved? I'm still having the same issue.

Edit : Solved it by running install_c_kernel --user