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
I've also seen this problem when trying to build some docker containers based on the ones provided by firedrake. The above solution seems to fix the problem.
setuptools is version 59.2.0
Step 8/19 : RUN bash -c '. /home/firedrake/firedrake/bin/activate && python -c "import setuptools; print(setuptools.__version__)"'
---> Running in 4b857e4e5e56
59.2.0
A successful firedrake installation on MacOS 12.5 with Python 3.10 downloads a VTK wheel that does not work properly. On firedrake import one finds
This can be resolved by running
which removes the faulty
vtk 9.1.0.dev0
wheel thenwhich installs
vtk 9.2.0rc2
.Note that this is not ideal since the wheel
pip
finds is not a final release.The text was updated successfully, but these errors were encountered: