Passing python vtk_ptr to C++ Failed

Yeah, those two builds are highly unlikely to be compatible with each other. You’ll need to compile the Python wrapping for the build that everything else is using because the pip install vtk-8.2 comes with its own build of VTK. VTK_WRAP_PYTHON is the CMake flag that should work for 8.2 as well.