Closed bdice closed 2 weeks ago
Wheel tests here are failing like this:
E ImportError: /pyenv/versions/3.10.15/lib/python3.10/site-packages/pylibcudf/expressions.cpython-310-x86_64-linux-gnu.so: undefined symbol: _ZN4cudf6detail18fixed_width_scalarIN4cuda3std3__46chrono10time_pointINS5_12system_clockENS5_8durationIlNS4_5ratioILl1ELl1000EEEEEEEE4dataEv
I suspect there was some recent change in cudf
? Maybe it's notable that conda-python-tests
jobs are passing and getting pylibcudf==24.12.00a297
, while wheel-tests-cuml
jobs are failing (running the same test code) and getting pylibcudf==24.12.00a295
.
I just restarted all CI here. That cudf
issue should be fixed now that there are new cudf
nightly packages.
/merge
/merge
This project is incompatible with newer versions of
cuda-python
. This puts ceilings of<=11.8.3
(CUDA 11) and<=12.6.0
(CUDA 12) on that library.Those ceilings should be removed and replaced with
!=
constraints once new releases ofcuda-python
are up that this project is compatible with.See https://github.com/rapidsai/build-planning/issues/116 for more information.