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
Calling pangeo-forge-runner bake ... with python==3.9.16 + LocalDirectBakery causes a seg fault for me (on Mac M1), which appears to be some version of:
Calling
pangeo-forge-runner bake ...
withpython==3.9.16
+LocalDirectBakery
causes a seg fault for me (on Mac M1), which appears to be some version of:python/cpython#89372
The latest container image
pangeo-forge-runner/pangeo_forge_runner/commands/bake.py
Line 100 in 750f510
uses
python==3.9.13
. Downgrading to that Python version locally solves this issue for me.Perhaps we want to pin to that in
setup.py
?The text was updated successfully, but these errors were encountered: