Spead capture version is badly compared against a string
In the constructor of the mpikat.utils.spead_capture.SpeadCapture class:
if spead2.__version__ >= "3.2.0":
...
else:
...
For instance, a version number like 3.11 would be interpreted as an older version.
Edited by Niclas Esser