-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[Modular CLI]: modular: error: Could not open cache index 0 size: No such file or directory #724
Comments
Can you post a little more information about your system? |
Getting this error on Ubuntu 22.04.2 LTS, but it is aarch64. Looks like the modular CLI is available on ARM but mojo may not be. isaac@vm:~$ lsb_release --all
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.2 LTS
Release: 22.04
Codename: jammy
isaac@vm:~$ uname -a
Linux vm 5.15.0-78-generic #85-Ubuntu SMP Fri Jul 7 15:29:30 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
isaac@vm:~$ modular install mojo
modular: error: Could not open cache index 0 size: No such file or directory |
Same here, it is fine to install modular, but fails to install mojo:
|
Yes we don't support mojo on aarch64. Please stay tuned! |
But I'm emulating AMD64 on aarch64 MacOS and still can't do it
|
the emulation through qemu or rosetta don't work with mojo. You can also read it in the thread on their Discord |
Issue description
root@debian:~# modular install mojo
modular: error: Could not open cache index 0 size: No such file or directory
env :
root@debian:~# uname -a
Linux debian 6.4.13-orbstack-00090-ga4cfdc88d4df #1 SMP Thu Aug 31 05:51:21 UTC 2023 x86_64 GNU/Linux
Steps to reproduce
Version Info
The text was updated successfully, but these errors were encountered: