===
File "/Users/allisonfitisone/sage/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/numpy/core/overrides.py", line 6, in <module>
from numpy.core._multiarray_umath import (
ImportError: dlopen(/Users/allisonfitisone/sage/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/numpy/core/_
multiarray_umath.cpython-310-darwin.so, 0x0002): Library not loaded: /usr/local/opt/gcc/lib/gcc/11/libgfortran.5.dylib
Referenced from: /Users/allisonfitisone/sage/local/lib/libopenblas_haswellp-r0.3.20.dylib
Reason: tried: '/usr/local/opt/gcc/lib/gcc/11/libgfortran.5.dylib' (no such file), '/usr/local/lib/libgfortran.5.dylib' (no such file), '/usr/lib/libgfortran.5.dylib' (no such file)
===
This is likely caused by an update of homebrew.
You can fix this by rebuilding from scratch (for example, using "make distclean").
git fetch trac u/mkoeppe/find_and_uninstall_broken_installed_spkgs_and_wheels && git merge FETCH_HEAD && make -j list-broken-packages
This command will give more specific cleaning instructions.