Open erentar opened 8 months ago
I've hit the same issue. Curious if you came across a workaround?
@anernest , to workaround:
ModuleNotFoundError: No module named 'jupyter_client'
try, pip install jupyter
first. It is mentioned in the install_requires
but it is unavailable during pip install
(on purpose) https://github.com/pypa/pip/issues/6193
$ pip3 install ansible-kernel