5.10: Python Pandas lzma missing
Hi,
whenever I load a Python module in ParaView 5.10, I get greeted with the following warning message:
( 139.119s) [paraview ] vtkOutputWindow.cxx:75 ERR| lib/python3.9/site-packages/pandas/compat/__init__.py:124: UserWarning: Could not import the lzma module. Your installed Python is incomplete. Attempting to use lzma compression will result in a RuntimeError.
warnings.warn(msg)
I think the superbuild lacks a module?
I can proceed by just ignoring this warning, but we might want to get that fixed.
Edited by Axel Huebl