Difficulty Accessing the vtkOCCTReader through the python modules

I’m working with VTK in a python environment and am running into issues accessing the OCCTReader through the python module. I’ve attempted looking in both the 9.2.6, and 9.3.0rc1 versions accessible through pypi.

Is there something special that I need to do to access that particular reader? The other readers I’ve needed/tried have all worked without an issue.

The wheels uploaded to PyPI do not have any external dependencies enabled (beyond those allowed by auditwheel and friends). The vtkOCCTReader needs an OpenCascade build, so it is not available in the wheels. You can build your own wheels by building VTK with the relevant module(s) enabled to get access to them.