On Sun, 2023-01-15 at 18:16 +0000, Rebecca N. Palmer wrote: > Probably fixed - see my merge request on Salsa. >
I'd tried to build versions of dask from 2022.03 - 2022.06 and they all failed with what appeared to be a strong dependency on pyarrow, which debian doesn't have. Did you get around that for 2022.12? For what it's worth I had almost managed to back port enough of the pandas 1.5 compatibility stuff to 2022.02 to get it working correctly. To deal with the different repositories I pushed what I'd done to https://salsa.debian.org/diane/dask There's two errors left. One's a deprecation warning from SQLAlchemy that can probably be ignored as it's about SQLAlchemy 2.0 and there's one test failure in: FAILED dataframe/tests/test_arithmetics_reduction.py::test_reductions_frame_dt ypes_numeric_only - AssertionError: Series are different when I get a chance I'll try building your 2022.12 branches, but I have to go deal with family obligations now. Diane