Open feldnerd opened 2 years ago
Thanks! After the conda install
then you did a pip install cwltool
which differs from the regular path on macOS
That is correct, thanks for the help on this!
M1 conda packages are being tested now, first with schema_salad https://github.com/conda-forge/schema-salad-feedstock/pull/75
Some Apple Silicon (M1, M2) will also need to install Rosetta 2 (softwareupdate --install-rosetta
)
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