Setup: Windows 10, Anaconda, Python v3.9
When I try to import vtkFiltersExtraction:
import vtkmodules.vtkFiltersExtraction
I get this error:
ImportError: DLL load failed while importing vtkFiltersExtraction: The specified module could not be found.
I can import other modules such as vtkCommonCore, vtkCommonMath, vtkCommonTransforms, etc.
When I look at the file “vtkFiltersExtraction-9.1.dll” stored in “C:/an39/Library/bin” with the Dependencies v1.10.0.0 app I don’t see anything unusual.
Suggestions?