max icon indicating copy to clipboard operation
max copied to clipboard

[Modular CLI]: Issu when installing mojo in wsl

Open GabiUp2 opened this issue 1 year ago • 1 comments

Issue description

modular install mojo modular: /__w/modular/modular/Support/lib/Configuration.cpp:555: auto M::findModularFile(StringRef)::(anonymous class)::operator()(const std::filesystem::path &) const: Assertion !ec && "error checking for path existence"' failed. Please submit a bug report to https://github.com/modularml/max/issues and include the crash backtrace along with all the relevant source codes. Stack dump: 0. Program arguments: modular install mojo Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var LLVM_SYMBOLIZER_PATH` to point to it): 0 modular 0x0000555b74678327 1 modular 0x0000555b74675fde 2 modular 0x0000555b746789af 3 libpthread.so.0 0x00007fe2c347f420 4 libc.so.6 0x00007fe2c2f1200b gsignal + 203 5 libc.so.6 0x00007fe2c2ef1859 abort + 299 6 libc.so.6 0x00007fe2c2ef1729 7 libc.so.6 0x00007fe2c2f02fd6 8 modular 0x0000555b74ae4567 9 modular 0x0000555b74ae178f 10 modular 0x0000555b74ade82f 11 modular 0x0000555b74addf33 12 modular 0x0000555b74aaff37 13 modular 0x0000555b745c47c4 14 modular 0x0000555b745c36ba 15 libc.so.6 0x00007fe2c2ef3083 __libc_start_main + 243 16 modular 0x0000555b745c2e2e Aborted

Steps to reproduce

as in https://docs.modular.com/mojo/manual/get-started/

Version Info

- modular 0.8.0 (39a426b5)
- WSL Ubuntu

GabiUp2 avatar May 13 '24 08:05 GabiUp2