Paraview 'numpy' module [SOLVED]

Hi there, very silly question here but no solutions have been found. I’ve installed OpenFoam following this guide and everything runs fine.

However i cannot use the ‘Python Calculator’ since if i launch the simple command arctan2(points[:,2], points[:,0]) i get the following error: I/O : uncollated Traceback (most recent call last): File "<string>", line 2, in <module> File "/opt/paraviewopenfoam56/lib/python2.7/site-packages/paraview/calculator.py", line 9, in <module> raise RuntimeError ("'numpy' module is not found. numpy is needed for "\ RuntimeError: 'numpy' module is not found. numpy is needed for this functionality to work. Please install numpy and try again.
My machine runs Debian 11, python3-numpy is correctly installed and my paraView version is: 5.6.0.

Every kind of help is really appreciate!

Use ParaView 5.12.0 from https://www.paraview.org/download/

1 Like

It works like a charm.

have a great day Mathieu!

1 Like