-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Setup for Mac M1 #111
Comments
Thanks! After the |
That is correct, thanks for the help on this! |
M1 conda packages are being tested now, first with schema_salad conda-forge/schema-salad-feedstock#75 |
Some Apple Silicon (M1, M2) will also need to install Rosetta 2 ( |
I think the mac arm64 issue is resolved, so the only remaining hint is about Rosetta 2 |
To install for Mac M1 the following installs were needed:
conda install psutil
conda install ruamel.yaml
conda install lxml
Also, not sure if this was necessary, but we also updated conda with:
conda update -n base conda
The text was updated successfully, but these errors were encountered: