-
Notifications
You must be signed in to change notification settings - Fork 990
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
Unable to build mlx on M1 Ultra w/ XCode installed #208
Comments
See the second section in #200 If that does not fix your issue, comment here and I will reopen. |
XCode command line tools are already installed: I get
When I try this (from that section): I get
|
Hmm maybe try something like this: https://stackoverflow.com/a/17980786 |
After installing XCode per reference, I got further, but getting a different build error (using latest on main):
|
BTW, I was able to resolve and successfully build after (see solution here):
There might be some changes made to setup.py (as described in that solution) that would address this |
Thanks for the tip, will look into it! |
When I try to build the latest mlx main branch via:
env CMAKE_BUILD_PARALLEL_LEVEL="" pip install -U .
I get:
According to the Install instructions, this is because Xcode is not installed. However, when I check if XCode commandline tools are installed, I get this:
The text was updated successfully, but these errors were encountered: