Closed LuisHernandez2508 closed 2 months ago
run mkdir -p ~/.local/share/jupyter/runtime
Hopefully that will fix it. Although normally you get a different error for this problem so it might be something else
Thanks! It worked perfectly. Appreciate your help!
Hi, I encountered an issue when trying to initialize Molten using MoltenInit. The error message states that it could not initialize the python3 kernel.
molten-nvim ~
OK Python module pillow found
Molten Info Initialized: true
1 inactive kernel(s):
Kernel: python3 language: python cmd: python -m ipykernel_launcher -f {connection_file} resource_dir: /home/luish/.local/share/jupyter/kernels/python3
Error message:
[Molten] Could not initialize kernel named 'python3'. Caused By: [Errno 2] No such file or directory: '/home/luish/.local/share/jupyter/runtime/kernel-2e290922-e7b2-40af-9f44-b059bb43aa13.json' Kernel: python3
Description
I expected Molten to initialize with the python3 kernel, but the kernel failed to load with the error above. Any advice or help on resolving this issue would be greatly appreciated.
Reproduction Steps
Run MoltenInit. Select the python3 kernel. The error message appears.