-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starting from clean install (manually deleted all modular/mojo related folders) it fails somehow. Maybe somebody is encountering the same issue #2
Comments
@mdmrk the issue you are experiencing is most likely because you didn't restart your shell. I've created this issue as a todo, so i add something that automatically restarts the shell or a note at the end of the script. |
Today I install fresh Arch Linux system, and got the same error, so it is not only with Manjaro: Testing `MODULAR_HOME=/home/hajsf/.modular`
* `/home/hajsf/.modular/pkg/packages.modular.com_mojo/bin/mojo`...
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
== stdout ==
== stderr ==
/home/hajsf/.modular/pkg/packages.modular.com_mojo/bin/lldb: error while loading shared libraries: libbsd.so.0: cannot open shared object file: No such file or directory
TEST: `mojo repl`... ERROR
Traceback (most recent call last):
File "/home/hajsf/.modular/pkg/packages.modular.com_mojo/scripts/post-install/self-test.py", line 378, in <module>
main()
File "/home/hajsf/.modular/pkg/packages.modular.com_mojo/scripts/post-install/self-test.py", line 374, in main
tester.test(args.test_jupyter)
File "/home/hajsf/.modular/pkg/packages.modular.com_mojo/scripts/post-install/self-test.py", line 311, in test
self.test_mojo_repl()
File "/home/hajsf/.modular/pkg/packages.modular.com_mojo/scripts/post-install/self-test.py", line 195, in test_mojo_repl
assert False
AssertionError
modular: error: failed to run python: And
|
This is now a completely other error than before. You are missing another library, but this is shipped with pacman. You can install it with |
After successfully installing mojo in 0.2.9, i broke my installation, now i can't reinstall it :/
|
This seems more like a problem on the modular side, since modular is trying to download something with cURL and it fails with "error SSL connect error". |
What is the output of echo $LD_LIBRARY_PATH and does 'successfully installing mojo' mean that everything works? |
The message "successfully installing mojo" probably comes from the mojo/modular side, since I don't print this message somewhere in this script. Modular is unaware of the situation, you're installing mojo, this means for example it doesn't know that you needed to install some extra libraries to get mojo running. So when there something is messed up, it still can't work. This means, in this case things can still go wrong even tough everything looks fine for modular. |
Starting from clean install (manually deleted all modular/mojo related folders) it fails somehow. Maybe somebody is encountering the same issue
Originally posted by @mdmrk in #1 (comment)
The text was updated successfully, but these errors were encountered: