I am trying to install mayavi package on my windows, but it still gives me this error: ModuleNotFoundError: No module named 'vtk'
I think I have installed vtk successfully but this error makes me doubt. How can I make sure that VTK is installed and works correctly?
To explained what I did on my system:
- I have cloned a python code which is a bunch of py files. so I cant use jupyter.
- I installed python 3.10.1.
- I tried IDLE, I used "pip install mayavi" command. I found out in guidlines taht the error is about packages that mayavi is dependent on them. in this case VTK and py3qt. py3qt has been installed successfullt but VTK was not easy.
- I tried 2 tutorial in youtube: https://www.youtube.com/watch?v=IgvbhyDh8r0&t=222s https://www.youtube.com/watch?v=6S3_sl5Sc0E the second one worked on my system but still I have that VTK error.
Unfortunately, I am a beginner in python. do you know a clear easy tutorial on mayavi installation? They have told me that anaconda makes it easier but even " conda install -c anaconda mayavi " didn't work for me.