I'm trying to install Mayavi for visualizations on my M1 Air. Mayavi has a dependency on VTK - which does not have official binaries for Apple Silicon yet. I tried compiling it from source and updated the paths, but when I do pip install mayavi
, I get ModuleNotFoundError: No module named 'vtk'
.
Have you had any success?