Package: paraview
Followup-For: Bug #753685
I suspect the problem with ColorMaps is fixed in paraview 5.11 but
can't confirm since paraview.simple has other issues. It wants to use
inspect.getargspec, but there's no such function anymore (python 3.11).
$ python3 -c "import paraview.simple"
( 0.963s) [paraview ]vtkPVPythonAlgorithmPlu:184 WARN| Failed to
load Python plugin:
Failed to import `paraview.detail.pythonalgorithm`.
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/paraview/detail/pythonalgorithm.py",
line 6, in <module>
from inspect import getargspec
ImportError: cannot import name 'getargspec' from 'inspect'
(/usr/lib/python3.11/inspect.py)