modularml / mojo

The Mojo Programming Language
https://docs.modular.com/mojo/manual/
Other
22.88k stars 2.58k forks source link

[Modular CLI]: Non supported CPU #1239

Open josexsquared opened 10 months ago

josexsquared commented 10 months ago

Issue description

modular: error: no packages found for the current target hardware - please run modular host-info and file a ticket at https://github.com/modularml/mojo with your hardware information

Host Information

Target Triple: aarch64-unknown-linux CPU: cortex-a76 CPU Features: aes, crc, crypto, dotprod, fp-armv8, fullfp16, lse, neon, ras, rcpc, rdm, sha2, ssbs

Steps to reproduce

modular install mojo

modular host-info

Version Info

- modular 0.2.1 (5144fffe)
- WSL
Sharktheone commented 10 months ago

Currently only MacOS arm CPUs are supported. See #1093