Hi, I’m still attempting to get a stable version of firedrake installed on my MacBook, I have encountered an issue with PETSc. It first hit an issue with the file 'eigen-3.3.3.tgz’, so I downloaded this separately and modified the installation file to point it towards this. The installation seemingly got over this issue, but returned the following error on the command line. I’ve also attached the install log. Any help would be much appreciated! Best, Oliver Depending on your platform, PETSc may take an hour or more to build! Traceback (most recent call last): File "/Users/os3918/Documents/firedrake-install", line 1650, in <module> install("petsc/") File "/Users/os3918/Documents/firedrake-install", line 882, in install build_and_install_petsc() File "/Users/os3918/Documents/firedrake-install", line 1019, in build_and_install_petsc check_call(["make", "PETSC_DIR={}".format(petsc_dir), "PETSC_ARCH={}".format(petsc_arch), "all"]) File "/Users/os3918/Documents/firedrake-install", line 539, in check_call log.debug(subprocess.check_output(arguments, stderr=subprocess.STDOUT, env=os.environ).decode()) File "/usr/local/Cellar/python@3.9/3.9.9/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 424, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/usr/local/Cellar/python@3.9/3.9.9/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 528, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['make', 'PETSC_DIR=/Users/os3918/Documents/firedrake/src/petsc', 'PETSC_ARCH=default', 'all']' returned non-zero exit status 2. Install log saved in /Users/os3918/Documents/firedrake-install.log