using vtk 8.2.0 with python wrappings with anaconda

You’ll have to rebuild VTK and

at configure time, make sure the python executable and python headers point to conda versions rather than system versions.

So look in your CMakeCache.txt for all python variables and make sure the point correctly.

Hope it helps,

Dan