I had to change `python=3.7` to `python=3.8` on a Mac M1. I think anaconda does not support arm64 before 3.8. I also had to `brew install cmake`, which is not mentioned in [the instructions](https://github.com/nasa/Kamodo/blob/master/Kamodo_CCMC_InstallationInstructions.md)
I had to change
python=3.7topython=3.8on a Mac M1. I think anaconda does not support arm64 before 3.8.I also had to
brew install cmake, which is not mentioned in the instructions