-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update installation instructions for ARM Macs (M1 and M2) #15
Comments
A full solution would probably involve creating a OG-CORE package for conda. The package can be installed with platform dependencies. |
Adding to what @SeaCelo said, in my case with a "clean" Mac, after |
Installing the ARM version of Anaconda, which installs the ARM version of Python, results in a 1.6-1.7x speedup. |
This issue is resolved by PR #16 |
OG-CORE has updated its dependencies and no longer requires the |
We've tested the process of installing OG-ZAF on a "clean" Mac with the M1 chip. This computer had no previous installation of python, Anaconda, or dependencies. We tried to follow the installation instructions as written in the Read Me. During the installation, we ran into a few problems:
xcode-select —install
conda env create -f environment.yml
. This is because the "MKL" library will not be found (it is an Intel-only library). To fix this you must follow the instructions in this comment.There are significant performance gains to using the appropriate version of Anaconda and Python on ARM Macs. The speedup in tests is 1.6-1.7x.
The installation instructions should reflect the platform-specific steps. I don't think the installation scripts can be written to take platform-specific steps, but this would be the preferred solution as it would simplify the process for users.
The text was updated successfully, but these errors were encountered: