You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUG] Failed to start the Kernel. OSError: libedit.so.2: cannot open shared object file: No such file or directory. View Jupyter log for further details.
#3696
Open
Jamie-Cas opened this issue
Oct 19, 2024
· 4 comments
I'm getting the following error:
Failed to start the Kernel.
OSError: libedit.so.2: cannot open shared object file: No such file or directory.
View Jupyter log for further details.
This occurs when trying to execute mojo code in a .ipynb file inside of vscode. These are the terminal commands I have executed before the opening of vscode:
after this, in vscode i made a file called learn.ipynb in vscode (I have the mojo extension and jupyter notebook extensions installed) and after selecting the mojo kernel when trying to run any code, the error message appears.
Steps to reproduce
See above
System information
- What OS did you do install Mojo on ?
-> Fedora: Linux
- Provide version information for Mojo by pasting the output of `mojo -v`
See above
- Provide Magic CLI version by pasting the output of `magic -V` or `magic --version`
See above
- Optionally, provide more information with `magic info`.
->
Pixi version: 0.29.0
Platform: linux-64
Virtual packages: __unix=0=0
: __linux=6.8.5=0
: __glibc=2.39=0
: __archspec=1=zen2
Cache dir: /home/jamiecasander/.cache/rattler/cache
Auth storage: /home/jamiecasander/.rattler/credentials.json
Config locations: No config files found
Project
------------
Name: mojo
Version: 0.1.0
Manifest file: /home/jamiecasander/code/mojo/test/mojo/mojoproject.toml
Last updated: 19-10-2024 15:20:52
Environments
------------
Environment: default
Features: default
Channels: conda-forge, https://conda.modular.com/max
Dependency count: 1
Dependencies: max
Target platforms: linux-64
The text was updated successfully, but these errors were encountered:
@ematejska , notebooks rely on LLDB, which have a dependency on libedit.so.2 being available on the system. This is similar to #855
Maybe Zac can figure out how to specify that dependency in the proper way
Bug description
I'm getting the following error:
Failed to start the Kernel.
OSError: libedit.so.2: cannot open shared object file: No such file or directory.
View Jupyter log for further details.
This occurs when trying to execute mojo code in a .ipynb file inside of vscode. These are the terminal commands I have executed before the opening of vscode:
after this, in vscode i made a file called learn.ipynb in vscode (I have the mojo extension and jupyter notebook extensions installed) and after selecting the mojo kernel when trying to run any code, the error message appears.
Steps to reproduce
See above
System information
The text was updated successfully, but these errors were encountered: