Open Jamie-Cas opened 1 month ago
@walter I know lots has changed here in the past month. Is this still an issue?
This sounds like it could be a dependency issue on Fedora. Maybe magic is missing a dep?
@walter I know lots has changed here in the past month. Is this still an issue?
Probably not the Walter you are after. Unsubscribing to thread.
@ematejska , notebooks rely on LLDB, which have a dependency on libedit.so.2 being available on the system. This is similar to https://github.com/modularml/mojo/issues/855 Maybe Zac can figure out how to specify that dependency in the proper way
https://github.com/modularml/mojo/issues/3629#issuecomment-2495578802 worked for me to get MOJO-REPL. I just symlinked libedit.so.2 and exported LD_LIBRARY_PATH. But this is just a temporary workaround and would need to be fixed in the future.
@teleporterx , do you know where your system has libedit.so.2 by default? We might be able to just add that location to the RPATH of our builds.
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