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
While discovering Mojo, I tried to install it and use it, everything went well, until I ran this command:
cd testing-mojo && magic shell
followed by mojo command which returns this error
/home/tya/code_scripts/Mojo/testing-mojo/.magic/envs/default/bin/mojo-lldb: error while loading shared libraries: libedit.so.2: cannot open shared object file: No such file or directory
Steps to reproduce
Installed mojo following the official documentation
then ran the following commands
/home/tya/code_scripts/Mojo/testing-mojo/.magic/envs/default/bin/mojo-lldb: error while loading shared libraries: libedit.so.2: cannot open shared object file: No such file or directory
System information
- What OS did you do install Mojo on ?
EndeavourOS
- Provide version information for Mojo by pasting the output of `mojo -v`
mojo 24.5.0 (e8aacb95)
- Provide Magic CLI version by pasting the output of `magic -V` or `magic --version`
magic 0.4.0 - (based on pixi 0.33.0)
- Optionally, provide more information with `magic info`.
System
------------
Pixi version: 0.33.0
Platform: linux-64
Virtual packages: __unix=0=0
: __linux=6.11.5=0
: __glibc=2.40=0
: __archspec=1=icelake
Cache dir: /home/tya/.cache/rattler/cache
Auth storage: /home/tya/.rattler/credentials.json
Config locations: No config files found
Global
------------
Bin dir: /home/tya/.modular/bin
Environment dir: /home/tya/.modular/envs
Manifest dir: /home/tya/.modular/manifests/pixi-global.toml
Project
------------
Name: testing-mojo
Version: 0.1.0
Manifest file: /home/tya/code_scripts/Mojo/testing-mojo/mojoproject.toml
Last updated: 25-10-2024 09:56:50
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:
Bug description
While discovering Mojo, I tried to install it and use it, everything went well, until I ran this command:
followed by
mojo
command which returns this error/home/tya/code_scripts/Mojo/testing-mojo/.magic/envs/default/bin/mojo-lldb: error while loading shared libraries: libedit.so.2: cannot open shared object file: No such file or directory
Steps to reproduce
Installed mojo following the official documentation
then ran the following commands
which returns
/home/tya/code_scripts/Mojo/testing-mojo/.magic/envs/default/bin/mojo-lldb: error while loading shared libraries: libedit.so.2: cannot open shared object file: No such file or directory
System information
The text was updated successfully, but these errors were encountered: