I made a custom build of paraview in fedora linux.
I have set the $PYTHONPATH as below
:/usr/local/lib64/python3.11/site-packages/:/usr/lib64/python3.11/site-packages/:/usr/local/lib64/python3.11/site-packages/:/usr/lib64/python3.11/site-packages/
I need to use IParaview for visualizing in the jupyter notebook.
When I started the jupyter-lab server I get the following printer in the console.
File "/usr/local/lib64/python3.11/site-packages/paraview/__init__.py", line 217, in <module>
from .modules import vtkRemotingCore
ImportError: Failed to load vtkRemotingCore: No module named paraview.modules.vtkRemotingClientServerStream
Anyone has idea what is wrong here and how to solve this problem?