how I use vtkplotter in a python 3 script? I have installed the module with the command
pip install vtkplotter
but when I run my FENICS script I get
from vtkplotter.dolfin import plot
ModuleNotFoundError: No module named 'vtkplotter'
how I use vtkplotter in a python 3 script? I have installed the module with the command
pip install vtkplotter
but when I run my FENICS script I get
from vtkplotter.dolfin import plot
ModuleNotFoundError: No module named 'vtkplotter'
Maybe try pip3 install vtkplotter
.
Sorry for the silly question, I do not know much about python and I thoutgh that vtkplotter could only be installed in python 2