rick
rick
MModular
Created by Karan5599 on 9/23/2023 in #questions
Mojo installation got stuck
try with their docker if not on linux would be best bet i can make.
18 replies
MModular
Created by Karan5599 on 9/23/2023 in #questions
Mojo installation got stuck
https://github.com/modularml/mojo/tree/main/examples. i usually clone that code and just do :
for i in *.mojo
do
mojo $i
done
for i in *.mojo
do
mojo $i
done
18 replies
MModular
Created by Karan5599 on 9/23/2023 in #questions
Mojo installation got stuck
ok. i mean, it can be bug in the current drop. but u can try to run it from the repo (the examples) and see which one hangs. which could make help faster from mojo team potentially, usually things hiccups on change on specific backend (language) change iirc.
18 replies
MModular
Created by Karan5599 on 9/23/2023 in #questions
Mojo installation got stuck
tnx. that sure seems hung/softlooped. do u know if this happened before recent release or this is first time u trying. which mojo r u on, u can try commenting that test and see the rest goes through. if u could, u can do strace dump and attach or share link to anon file uploaded upstream. i can take a look.
18 replies
MModular
Created by Karan5599 on 9/23/2023 in #questions
Mojo installation got stuck
do u see cpu usage ? do u see any syscalls etc . u can check using htop for cpu use.
18 replies
MModular
Created by Jack Clayton on 9/8/2023 in #questions
apt install errors
r u dual booting or have a skewed machine time with server clock? this is likely not a modular error, its generic if the hwclock is out of sync.
47 replies
MModular
Created by Crittticicle on 9/23/2023 in #questions
error: mojo: unable to resolve the lldb path
can u give these info: 1. have you set the path for mojo in ur shell rc file (installer instructs to do so) 2. run sudo ldconfig -v |grep -i lldb and see if u get anything 3. have you try reinstalling it and/or upgrading via installer provided?
15 replies
MModular
Created by Crittticicle on 9/23/2023 in #questions
error: mojo: unable to resolve the lldb path
nvmnd says 20/22.04 both ok
15 replies
MModular
Created by Crittticicle on 9/23/2023 in #questions
error: mojo: unable to resolve the lldb path
yes
15 replies
MModular
Created by Crittticicle on 9/23/2023 in #questions
error: mojo: unable to resolve the lldb path
15 replies
MModular
Created by Crittticicle on 9/23/2023 in #questions
error: mojo: unable to resolve the lldb path
also i dont think that config is supported imho
15 replies
MModular
Created by Crittticicle on 9/23/2023 in #questions
error: mojo: unable to resolve the lldb path
u need lldb (llvm dbuger, likely u missing llvm)
15 replies
MModular
Created by Abhimanyu Aryan 🧞 on 9/21/2023 in #questions
Did the installation fail because I am using ARM Linux?
19 replies
MModular
Created by Abhimanyu Aryan 🧞 on 9/21/2023 in #questions
Did the installation fail because I am using ARM Linux?
i am on m1 pro 14 8,8 config.
19 replies
MModular
Created by Abhimanyu Aryan 🧞 on 9/21/2023 in #questions
Did the installation fail because I am using ARM Linux?
u can deploy on local docker container with arm base i believe. or ec2 it.
19 replies
MModular
Created by Jack Clayton on 9/8/2023 in #questions
Native apple silicon macOS m1 and m2 support
is there a non-native version rn? pardon my misunderstanding but i thought just linux for now?
110 replies