Problems installing firedrake on MacOS #3611
-
I have been trying to install firedrake on my Mac, but unfortunately I cannot get the install to complete. I have gone through all common steps trying to fix the problem, including using pyenv but to no success. Would you please be able to help me fix the problem? Upon using
The firedrake install log is here: Thank you very much for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Can you please try the instruction Q2, number 2. described at firedrake FaQ? |
Beta Was this translation helpful? Give feedback.
This run just appears to have failed to download OpenBLAS - which could either be a temporary server issue or a network connectivity issue. If you try again you should make it further.
The first issue you encountered was a strange one:
Can you make sure that your system is up-to-date (either Xcode 15.2 or 15.3 and have run
brew upgrade
)? You can check the Xcode version fromxcodebuild -version
.