You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's quite strange, as it should really find fenics-dolfin on your system, as that is the python module used inside TurtleFSI.
Could you post the output of python --version python -m pip list python -c "import dolfin; print(dolfin.__version__)"
When I run
on my local machine or cluster, I get the following error message
I believe it is due to the recent update at the following line.
turtleFSI/setup.py
Line 6 in e1b5350
I remember it worked fine without this fenics-dolfin dependencies before, so I’m wondering if we need it.
Could @jorgensd comment on this?
The text was updated successfully, but these errors were encountered: