I am just starting to use vtk with python.
I use Anaconda + VTK 8.2.0 (installed with Anaconda Navigator)
In VScode I tried the example: https://vtk.org/Wiki/VTK/Examples/Python/Cylinder
Result: It works, it shows a cylinder.
Problem: VScode highlights some 'problems':
No name 'util' in module 'vtk'
Unable to import 'vtk.util.colors' ...
I think it has something to do with the pylint extension, but I don't know how to solve it.
Kind regards, Kns