vtkOSPRayPass in Python

Hello,

It would appear that there’s no support for vtkOSPRayPass in the latest vtk 9.0.0 Python wheel. Is there any plan to support it?

Thanks for all your hard work!

1 Like

No, because that would require the wheel to either contain ospray (dangerous because the library would not be mangled and would conflict with any other wheel trying to do the same) or require it on the host machine already (which is extremely uncommon). The stock wheel only depends on libraries like OpenGL, X, Cocoa, and other libraries that can reasonably be assumed to be on the relevant platforms.