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.
I have found this issue when importing python submodules with
algotomThe following results in segmentation fault:
On the contrary, importing only, say,
pyimport("algotom.prep")works fine.