I have a numpy array that I want to convert into .vtk format so that I can later use it in ParaView. I installed pyevtk using pip install but when I import it using
from pyevtk.hl import gridToVTK
I get the error
No module named 'pyevtk'
Could someone please help me?
Thank you