I have found this issue when importing python submodules with `algotom` The following results in segmentation fault: ```julia pyimport("algotom.prep.removal") ``` On the contrary, importing only, say, `pyimport("algotom.prep")` works fine.