I noticed while installing eliater that it has a dependency on Ananke-Causal, which forces a dependency on statsmodels 0.13.5. However, statsmodels 0.13.5 is not supported by Python 3.12 (later versions of statsmodels is supported). This causes pip installation for eliater to fail. Similarly, y0 also has a dependency on Ananke-Causal, which makes installing y0 fail.
statsmodels/tsa/_innovations.c:22820:47: error: no member named 'ob_digit' in 'struct _longobject'
22820 | const digit* digits = ((PyLongObject*)b)->ob_digit;
| ~~~~~~~~~~~~~~~~~~ ^
23 warnings and 12 errors generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for statsmodels
I noticed while installing eliater that it has a dependency on Ananke-Causal, which forces a dependency on statsmodels 0.13.5. However, statsmodels 0.13.5 is not supported by Python 3.12 (later versions of statsmodels is supported). This causes pip installation for eliater to fail. Similarly, y0 also has a dependency on Ananke-Causal, which makes installing y0 fail.