Skip to content
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

Open
feldnerd opened this issue Jun 15, 2022 · 5 comments
Open

Setup for Mac M1 #111

feldnerd opened this issue Jun 15, 2022 · 5 comments

Comments

@feldnerd
Copy link

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

@mr-c
Copy link
Collaborator

mr-c commented Jun 15, 2022

Thanks! After the conda install then you did a pip install cwltool which differs from the regular path on macOS

@feldnerd
Copy link
Author

That is correct, thanks for the help on this!

@mr-c
Copy link
Collaborator

mr-c commented Jun 15, 2022

M1 conda packages are being tested now, first with schema_salad conda-forge/schema-salad-feedstock#75

@mr-c
Copy link
Collaborator

mr-c commented Jun 30, 2022

Some Apple Silicon (M1, M2) will also need to install Rosetta 2 (softwareupdate --install-rosetta)

@mr-c
Copy link
Collaborator

mr-c commented Feb 27, 2023

I think the mac arm64 issue is resolved, so the only remaining hint is about Rosetta 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants