-
Notifications
You must be signed in to change notification settings - Fork 101
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
Error creating system image on Mac with Apple M1 #504
Comments
How did you install julia? |
Downloaded binary from: https://julialang.org/downloads/ First tried installing via conda with |
I'm working on conda-forge julia on arm64, but conda-forge lacks the infrastructure to build julia from source at the moment. One hurdle is the If you are using Julia with conda environments you may be interested in the activate script: An alternative would be to install With that out of the way, there seems to be some architecture confusion on your system. Is the python on your system running an arm64 native binary or are you trying to use rosetta for your stack? I wonder if Julia got confused and built a native arm64 library while you were trying to use x86_64 emulation? Maybe If you start the Julia REPL, what is the output of Can you start julia via |
Thanks for the follow-up.
I have not touched anything to do with rosetta (not even familiar with what it is or does); so I assume python is running native arm64
No because I cannot generate the One detail I can give is that my
|
Ok, this is progress. What happens when you run
|
@mkitti Thank you for the help (I've been working on another project for a few days, so slow to respond). Do you mind helping me understand the above command before I run it? There is a lot going on there Thank you |
I extracted it from your output above. Your output says the process exited with an error, but we need more details on the error to understand what went wrong. Basically it invokes a C++ compiler. |
Is conda also running native arm or is under x86_64 emulation? |
I recently bought a new MacBook Pro with an M1 chip and I am working to transition my projects from my old mac to my new one.
On one of my projects I had need to create a custom system image because I use conda to manage my python environments. The following command worked fine on my old (non-M1) Mac
but on my new M1-base Mac I am getting errors
Anyone run into something similar?
The text was updated successfully, but these errors were encountered: