Skip to content
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

[BUG]: Cannot install modular on Apple Silicon - Getting error that Intel is not supported #1592

Closed
naveensoman opened this issue Jan 3, 2024 · 4 comments
Labels
bug Something isn't working mojo Issues that are related to mojo mojo-repo Tag all issues with this label

Comments

@naveensoman
Copy link

naveensoman commented Jan 3, 2024

Bug description

Getting the below error on my M1 Macbook Air.

curl https://get.modular.com | sh - &&
modular auth mut_token
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3885 100 3885 0 0 15369 0 --:--:-- --:--:-- --:--:-- 15602
Sorry, modular is not currently supported on Intel based Macs. Please visit https://www.modular.com/mojo to learn about supported platforms. You can also build and run a Mojo container by following instructions at https://github.com/modularml/mojo.

Steps to reproduce

Run curl https://get.modular.com | sh - &&
modular auth mut_db291fdcc429413c940022a98b8e607a in Terminal on M1 Macbook Air.

System information

- What OS did you do install Mojo on ? Version 13.6.1 (22G313)
- Provide version information for Mojo by pasting the output of `mojo -v` - N/A
- Provide Modular CLI version by pasting the output of `modular -v` - N/A
@naveensoman naveensoman added bug Something isn't working mojo Issues that are related to mojo labels Jan 3, 2024
@realnihal
Copy link

I am facing the same issue

@Sharktheone
Copy link

probably that's because your Terminal runs via rosetta.
Looks very similar to #1078, so check that one out for more information and a potential fix.

@tran-huy-phuc
Copy link
Contributor

tran-huy-phuc commented Jan 4, 2024

I got that issue before. What I fixed was disabling Open using Rosetta

image

Then

image

@ematejska ematejska added the mojo-repo Tag all issues with this label label Apr 29, 2024
@ematejska
Copy link
Collaborator

Please follow the suggestions above and report if there are any more problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mojo Issues that are related to mojo mojo-repo Tag all issues with this label
Projects
None yet
Development

No branches or pull requests

5 participants