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.