Building PetSc & 'Too many active git changes' & pyadjoint #2605
-
Hello! Running Python 3.10.7 (via homebrew) on an M1 Mac I have 3 questions because I'm not sure where I've gone wrong, or if I've gone wrong everywhere.
I'm not quite sure what adjustments / arguments I should add in the installation stage.
ImportError while loading conftest '/Users/yianzeng/Desktop/coding/firedrake/tests/conftest.py'. And 'pip3 install pyadjoint' led to: firedrake-install.log I could not find a make.log file in my directory |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I am no expert on dealing with install issues, but I wouldn't be surprised if your issue is related to the warning you got early on in that log
I'll leave that to others to diagnose! Might be a good place to start though. With regards to pytest not running, you need to have installed firedrake (which will install pyadjoint for you) before being able to run the firedrake tests. |
Beta Was this translation helpful? Give feedback.
-
I think that's right. We see |
Beta Was this translation helpful? Give feedback.
I am no expert on dealing with install issues, but I wouldn't be surprised if your issue is related to the warning you got early on in that log