Alexander van der Werff
MModular
•Created by Jack Clayton on 9/8/2023 in #questions
Native apple silicon macOS m1 and m2 support
@Jack Clayton removing the CLT (sudo rm -rf /Library/Developer/CommandLineTools) and xcode-select --install did the trick
110 replies
MModular
•Created by Jack Clayton on 9/8/2023 in #questions
Native apple silicon macOS m1 and m2 support
yes I did, I had the intel version (because of previous mac), so following https://github.com/modularml/mojo/issues/1078 fixed it partly, now I need to see why brew is pointing to CLT 12.0 while I have xcode 15 installed on my machine.. probably some old left over
110 replies
MModular
•Created by Jack Clayton on 9/8/2023 in #questions
Native apple silicon macOS m1 and m2 support
Right, I need Xcode though, but I see the CLT is pointing to the wrong version somehow
110 replies
MModular
•Created by Jack Clayton on 9/8/2023 in #questions
Native apple silicon macOS m1 and m2 support
and brew config shows:
CLT: 12.0.0.32.27
Xcode: 15.0.1
Rosetta 2: false
110 replies
MModular
•Created by Jack Clayton on 9/8/2023 in #questions
Native apple silicon macOS m1 and m2 support
Yes did it, I see it prints Warnings:
Warning: Your Command Line Tools are too outdated.
Update them from Software Update in System Settings.
If that doesn't show you any updates, run:
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
Alternatively, manually download them from:
https://developer.apple.com/download/all/.
You should download the Command Line Tools for Xcode 14.3.
Warning: A newer Command Line Tools release is available.
Update them from Software Update in System Settings.
If that doesn't show you any updates, run:
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
Alternatively, manually download them from:
https://developer.apple.com/download/all/.
You should download the Command Line Tools for Xcode 14.3.
..and some more, but I should have the Command Line Tools for Xcode 15.0.1
110 replies
MModular
•Created by Jack Clayton on 9/8/2023 in #questions
Native apple silicon macOS m1 and m2 support
@Jack Clayton is it required to have the command line tools for Xcode 14.3? I have Xcode 15.0.1. The first step now fails with:
Error: Your Command Line Tools are too outdated.
I have Xcode 15.0.1 on Ventura 13.6
110 replies
MModular
•Created by Jack Clayton on 9/8/2023 in #questions
Native apple silicon macOS m1 and m2 support
Hi Jack, thanks, I was just reading the same on github and was about to try to uninstall and reinstall brew.
110 replies
MModular
•Created by Jack Clayton on 9/8/2023 in #questions
Native apple silicon macOS m1 and m2 support
Still getting::
modular: The arm64 architecture is required for this software.
Error: modular: An unsatisfied requirement failed this build.
But Rosetta is turned off
110 replies