LucasG
LucasG
MModular
Created by LucasG on 4/11/2024 in #questions
Error when running modular install mojo
modular install mojo always throws the error no module named 'jupyter_client'. Mojo is installed but no jupyter kernel is available and I can't work with Mojo in a notebook. How should I fix this error? I've already tried installing the required packages to site-packages inside the python3.12 folder in venv to no avail. Here is the full error: Traceback (most recent call last): File "/Users/lucasgranucci/.modular/pkg/packages.modular.com_mojo/jupyter/manage_kernel.py", line 14, in <module> from jupyter_client.kernelspec import KernelSpecManager ModuleNotFoundError: No module named 'jupyter_client' modular: error: failed to run script
8 replies