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
I tried to install mojo by following the "Get Started with Mojo" page. Installing Magic seems to have worked, but mojo then gives these errors:
(hello-world) jpad@boxob:/.../mojo/hello-world$ magic shell
. "/tmp/pixi_env_dIC.sh"
jpad@boxob:/.../mojo/hello-world$ . "/tmp/pixi_env_dIC.sh"
(hello-world) jpad@boxob:~/.../mojo/hello-world$ mojo
mojo: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.32' not found (required by mojo) mojo: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.33' not found (required by mojo)
mojo: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by mojo) mojo: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by /home/jpad/prog/mojo/hello-world/.magic/envs/default/bin/../lib/libAsyncRTRuntimeGlobals.so)
I'm on an ubuntu 20.04 system, which should be fine according to (not so recent) system requirements for mojo that i have seen.
Is there a fix? I'm eager to try out this new programming language, so it's annoying to see it fail in this very early stage :(
- What OS did you do install Mojo on ?
Ubuntu 20.04
- Provide version information for Mojo by pasting the output of `mojo -v`
Can't provide the version because mojo returns the 'glibc version not found' error first.- Provide Magic CLI version by pasting the output of `magic -V` or `magic --version` magic 0.3.1 - (based on pixi 0.29.0)- Optionally, provide more information with `magic info`. Pixi version: 0.29.0 Platform: linux-64 Virtual packages: __unix=0=0 : __linux=5.15.0=0 : __glibc=2.31=0 : __cuda=12.2=0 : __archspec=1=skylake Cache dir: /home/jpad/.cache/rattler/cache Auth storage: /home/jpad/.rattler/credentials.json Config locations: No config files foundProject------------ Name: hello-world Version: 0.1.0 Manifest file: /home/jpad/prog/mojo/hello-world/mojoproject.toml Last updated: 17-10-2024 01:01:09Environments------------ 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:
Solved by upgrading to Ubuntu 22.04, but ideally it should work on 20.04 as well, I’m still a proponent of that as I know there are still many older machines around…
Bug description
I tried to install mojo by following the "Get Started with Mojo" page. Installing Magic seems to have worked, but mojo then gives these errors:
(hello-world) jpad@boxob:
/.../mojo/hello-world$ magic shell/.../mojo/hello-world$ . "/tmp/pixi_env_dIC.sh". "/tmp/pixi_env_dIC.sh"
jpad@boxob:
(hello-world) jpad@boxob:~/.../mojo/hello-world$ mojo
mojo: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.32' not found (required by mojo) mojo: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.33' not found (required by mojo)mojo: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.34' not found (required by mojo) mojo: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.34' not found (required by /home/jpad/prog/mojo/hello-world/.magic/envs/default/bin/../lib/libAsyncRTRuntimeGlobals.so)I'm on an ubuntu 20.04 system, which should be fine according to (not so recent) system requirements for mojo that i have seen.
Is there a fix? I'm eager to try out this new programming language, so it's annoying to see it fail in this very early stage :(
Steps to reproduce
Just follow the instructions at https://docs.modular.com/mojo/manual/get-started on an unbuntu 20.04 machine.
System information
The text was updated successfully, but these errors were encountered: