I have started trying to run Programmable filters and any attempt to use them results in Paraview freezing. I get no output messages, just a freeze. I imagine it is something in my system but without any outputs. I am not sure how to continuing debugging this. Is there some other way to try to debug this at a lower level? I have attached some code below. Thank you!
Paraview 5.8.1 on MacOS 10.15.7
s=Sphere()
programmableFilter1 = ProgrammableFilter(Input=s)
programmableFilter1.Script = """print('hello World')"""
programmableFilter1.UpdatePipeline()