SDK installation issues
Currently using WSL with Ubuntu 22.04.2. Modular was successfully downloaded and after running the modular install mojo command it does install mojo. However just before completion it stops at a certain point TEST:
mojo --help
... OK
TEST: mojo run --help
... OK
TEST: mojo build test_mandelbrot.mojo
... OK
TEST: mojo build test_python.mojo
... OK
TEST: mojo demangle
... OK
TEST: mojo format
... OK
TEST: mojo package
... OK
TEST: mojo test_mandelbrot.mojo
... OK
TEST: mojo test_python.mojo
... OK
it does not test for the repl and its been like this for the past 3 hours.2 Replies
Hi @s4j337 this has been occurring on CPU's with not enough cores, open ticket here: https://github.com/modularml/mojo/issues/538
GitHub
[BETA]: "modular install mojo" hangs during testing phase · Issue #...
Bug description modular install mojo hangs after "TEST: mojo test_python.mojo... OK". Stuck in a poll during "TEST: mojo repl... ERROR". Strace never hangs, but I copied the mos...
Thank you