Using adios2 master, and python 3.12 ``` python -c "import tensorflow" python -c "import adios2" ``` works fine. However: ``` python -c "import tensorflow, adios2" zsh: segmentation fault python -c "import tensorflow, adios2" ```