I'm trying to install the C kernel for jupyter, following the steps on the documentation. Which is
> pip install jupyter-c-kernel
> install_c_kernel
> jupyter-notebook
on the second step the following error appears:
Traceback (most recent call last):
File "/usr/local/bin/install_c_kernel", line 8, in <module>
from jupyter_client.kernelspec import KernelSpecManager
ModuleNotFoundError: No module named 'jupyter_client.kernelspec'
Apparently it isn't recognizing the module and I don't know how to fix it. Someone can help me?