Install not working on Mac #3952
-
I am trying to install firedrake, but petsc will not build. I am using a homebrew python without conda. However, I am unable to get rid of some conda environment variables from past installations for some reason.
Please find the firedrake install log and petsc configure log attached. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
Firedrake installs using conda is an anti-requirement. You must deactivate the conda from your terminal. |
Beta Was this translation helpful? Give feedback.
-
In this issue on nodejs, they figured out that this appears after updating the Xcode command line tools to version 16 and can be fixed by reinstalling from scratch. Now I can compile |
Beta Was this translation helpful? Give feedback.
-
[celebrate] Shipton, Jemma reacted to your message:
…________________________________
From: Thomas Baumann ***@***.***>
Sent: Monday, January 6, 2025 4:14:53 PM
To: firedrakeproject/firedrake ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [firedrakeproject/firedrake] Install not working on Mac (Discussion #3952)
CAUTION: This email originated from outside of the organisation. Do not click links or open attachments unless you recognise the sender and know the content is safe.
That did the trick, thank you so much!
—
Reply to this email directly, view it on GitHub<#3952 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABUOTSQQBSEPP3LCSCX4DVD2JKTX3AVCNFSM6AAAAABUVKCLE2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNZVGA4DSMA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
In this issue on nodejs, they figured out that this appears after updating the Xcode command line tools to version 16 and can be fixed by reinstalling from scratch. Now I can compile
#include <memory>
.However, I am now running into the issue described here. The solution you found there is to downgrade Xcode. How do I do that?