Python binaries with support for CameraOrientationWidget

I’m trying to run the https://kitware.github.io/vtk-examples/site/Python/Widgets/CameraOrientationWidget/ example with vtk 9.0.3 installed from conda-forge on windows.
This results in an

AttributeError: module ‘vtkmodules.all’ has no attribute ‘vtkCameraOrientationWidget’

error.

Are these modules not yet in the release or is installation from conda-forge not the thing to do? (windows 10)

The conda-forge package seems to not enable the InteractionWidgets module. If there is some way to enable it through normal conda ways, I would do that. It will require a recompilation.