Error when running example " 'Equation' object has no attribute 'form' #17
-
Hello! I'm attaching the error message I received when running "poisson_control.py" and a list of the packages in the conda environment. The issue may be related to the following: Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hello Mike, I think the |
Beta Was this translation helpful? Give feedback.
-
I think something got broken when the dolfin-adjoint got split from the pyadjoint repo into a separate one. With FEniCS 2019 I recommend using the following command to install pyadjoint+dolfin-adjoint: |
Beta Was this translation helpful? Give feedback.
I think something got broken when the dolfin-adjoint got split from the pyadjoint repo into a separate one. With FEniCS 2019 I recommend using the following command to install pyadjoint+dolfin-adjoint:
python -m pip install git+https://github.com/dolfin-adjoint/[email protected]
. I'm going to update the install instructions in the README of this project.