kernel crash or died

I installed itk-elastix and after I imported it and read Dicom images, it worked correctly. But, when I’m using itk.ParameterObject.New() or any other function the kernel crashed or died without any errors. Also, it happens in Colab.
pip install itk-elastix
import itk
import numpy as np
import matplotlib.pyplot as plt
fixed_image = itk.imread(fixed_image_path, itk.F)
moving_image = itk.imread(moving_image_path, itk.F)
parameter_object = itk.ParameterObject.New()


itk-elastix 0.19.2 should fix the crash. Take a look here: