Skip to content

framecpp dependency incompatibility for python 3.12

The following conda recipe fails, but either changing to py311 or dropping parallel-bilby (maintaining standard bilby and bilby_pipe) it works.

error:

conda_libmamba_solver.exceptions.LibMambaUnsatisfiableError: Encountered problems while solving:
  - nothing provides ldas-tools-framecpp >=2.8.2,<2.9.0a0 needed by python-ldas-tools-framecpp-2.6.13-py310h769672d_0

(the "py310" in the one package version is suspicious...)

recipe:

name: lalsuite_py312
channels:
    - conda-forge
dependencies:
    - python =3.12
    - lalsuite
    - bilby
    - bilby_pipe
    - parallel-bilby