You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 #2110, and/or because we pin pip as well.
The text was updated successfully, but these errors were encountered:
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 pinningsetuptools
to an older version since #2110, and/or because we pinpip
as well.The text was updated successfully, but these errors were encountered: