Firedrake Installation on Mac - Issues with h5py or PETSc #3021
-
Hi All, I am trying to install Firedrake and Icepack on a 2020 macbook air (Ventura 13.4, python 3.11.4). I've resolved a few issues with PETSc by following the instructions on this post and this post, but am still running into some errors during installation. Some familiar warnings are popping up in the logs, but as far as I can tell I've updated xcode, installed updated python (I've tried updating the path and using the
The failure point is when trying to build h5py, running into some errors when building the wheel. Any ideas for next steps would be super appreciated. Install log: PETSc logs: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I am seeing warnings like:
This is surprising because the lowest these values should be is, I think, 11.0 (source). Is your This log is also saying that you are not using the Homebrew Python. Could you try running |
Beta Was this translation helpful? Give feedback.
I am seeing warnings like:
This is surprising because the lowest these values should be is, I think, 11.0 (source). Is your
firedrake-install
definitely up-to-date and is this the right log file?This log is also saying that you are not using the Homebrew Python. Could you try running
$(brew --prefix)/bin/python3 firedrake-install <other args>
to force the right one?