Troubleshooting Paraview Visualizer Execution Issue on Server via SSH

Greetings everyone,

I have successfully executed the Paraview visualizer on my local system using the following command:

export PVPYTHON=/Applications/ParaView-5.10.0.app/Contents/bin/pvpython # Example using macOS install path
export PV_VENV=$PWD/.venv
export TRAME_APP=pv_visualizer.app

$PVPYTHON -m paraview.apps.trame --data ~

However, I am encountering an issue when attempting to run it on the server via SSH with the same configuration. The error indicates a problem with Paraview execution on the server.

I would appreciate guidance on how to successfully run it on the server. Thank you.

What is the issue/error? libX?

Yes, I get the libx error. Do you have a solution for it?

Use Offscreen ParaView either with OSMesa or EGL.
https://www.paraview.org/download/?version=v5.11&filter=Linux&tags=OFFSCREEN

Thanks, I’ll test it.