(base) ulrich@kernelpanic:/export/dump/ulrich/rapid-earthquake-dynamics$ python
Python 3.11.6 | packaged by conda-forge | (main, Oct 3 2023, 10:40:35) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import easi
>>> print(easi.__file__)
/import/exception-dump/ulrich/myLibs/spack-packages/linux-zen2/easi-1.6.1-aj67wgc3ghbtpbcrigaasmd3b2eyd23z/lib/python3.11/site-packages/easilib/cmake/easi/python_wrapper/easi.cpython-311-x86_64-linux-gnu.so
>>> print(easi.__version__)
1.5.0
>>>
See https://github.com/SeisSol/easi/blob/master/CMakeLists.txt#L4-L6
Leading to this kind of issue: