Pyvista not available with docker due to lack of vtk

Unfortunately there are no binary wheels of VTK for Linux arm64 so we cannot straightforwardly include pyvista, which depends on VTK, in our arm64 docker image.

It seems like it is technically possible to build VTK arm64 wheels so we can hope that these become available in the future and then we can enable pyvista in our arm64 images.

https://docs.pyvista.org/extras/building_vtk.html

1 Like