(pvpython -m paraview.apps -l) Shows nothing in Build, while shows apps in Paraview Binary

Hello,

I am trying to run the Paraview-lite application. The issue I’m getting is that it only shows the Paraview apps when I run this Command pvpython -m paraview.apps -l it shows noting in the paraview Build directory. The reference Image attached below:

image

Tried with Following ParaView versions Build from Source Code:
5.11
5.10.1
5.10.0

If I access pvpython in the Paraview directory Installed from Binary downloaded from Paraview official site. It will display the available apps as shown in the image attached below:

image

Please let me know If I Missed some flag while building paraview or any other mistake I’m making.

Regards,
Ans Shakeel

That is expected as those applications are external to paraview and get bundled by the superbuild. To solve your problem, either build paraview from the superbuild or use a prebuilt version that you can download here.

1 Like

Thanks @jourdain :slightly_smiling_face: