Closed AlejandroFernandezLuces closed 1 year ago
I'm getting errors in this PR when bumping pyvista version due to this package using the VTK library through pyvista. This feature was removed in the last PyVista version.
To solve this, VTK imports should be used directly.
from pyvista import _vtk # wrong import vtk
I'm getting errors in this PR when bumping pyvista version due to this package using the VTK library through pyvista. This feature was removed in the last PyVista version.
To solve this, VTK imports should be used directly.