From Spyder: After upgrading to 2020.02 if I type import vtk, later in code if I type vtk.vtkS it doesn’t find any options for auto complete and if I type manually and run it I get the error vtkSTLReader() is not an attribute. If I type import vtk.vtkSTLReader as reader it will enable the auto fill in after typing vtk.vtkS , but when I run it I get the same error. After the updated Anaconda distribution I am running Python 3.7.6 with VTK 8.2.0.
Running from python shell has same results.
Running conda list | grep vtk from spyder console shoes correct version and information for VTK