ai2cm / fv3net

explore the FV3 data for parameterization
MIT License
16 stars 3 forks source link

fv3net: installing pip-requirements fails on M1 #2266

Open brianhenn opened 1 year ago

brianhenn commented 1 year ago

The pip install -c constraints.txt -r pip-requirements.txt step on creating the fv3net environment fails on Apple M1 chips with an error related to setuptools. (Otherwise installing on M1 should be possible). This might be because we are pinning setuptools to an older version since https://github.com/ai2cm/fv3net/pull/2110, and/or because we pin pip as well.