Python 3.12.4
trackpy 0.6.4
The following runs without error:
f = tp.batch(frames, 11, invert=False, minmass=500, processes=1)
whereas processes = 2 gives a long error message ultimately ending in TiffFileError: corrupted tag list at offset 254920375
and processes = 'auto' gives a warning ( ValueError: need at most 63 handles, got a sequence of length 66 ) which disappears and is replaced with the Frame number 1 and number of features, but the computation never ends.
Happy to include full error messages if necessary.