Through the lalinference import, this code seems to require LALSuite. This is neither mentioned in the README nor docs/index.rst.
Additionally, setup.py specifies glue in install_requires. When installing with pip, it installs this glue. Based on their descriptions, I'm pretty sure the intent is to use this LIGO glue instead, but I also don't see any references to it, so I'm not sure that dep is even required.
Through the
lalinferenceimport, this code seems to require LALSuite. This is neither mentioned in theREADMEnordocs/index.rst.Additionally,
setup.pyspecifiesglueininstall_requires. When installing withpip, it installs this glue. Based on their descriptions, I'm pretty sure the intent is to use this LIGO glue instead, but I also don't see any references to it, so I'm not sure that dep is even required.