You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the nightly version of cuDF, I get the following error:
could not import 'cudf': /opt/miniforge/envs/gpu_test/lib/python3.10/site-packages/cudf/_lib/../../../../libcudf.so:
undefined symbol: _ZN6kvikio10FileHandleC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_jb
where the undefined symbol refers to kvikio::FileHandle::FileHandle(std::string const&, std::string const&, unsigned int, bool).
Steps/Code to reproduce bug
Install the latest nightly version of cuDF from Conda.
Try to import cudf: import cudf.
Expected behavior
The import should be successful.
Environment overview (please complete the following information)
Describe the bug
In the nightly version of cuDF, I get the following error:
where the undefined symbol refers to
kvikio::FileHandle::FileHandle(std::string const&, std::string const&, unsigned int, bool)
.Steps/Code to reproduce bug
cudf
:import cudf
.Expected behavior
The import should be successful.
Environment overview (please complete the following information)
Environment details
Click here to see environment details
Additional context
I found this error while testing XGBoost with nightly versions of RAPIDS. Full log: https://github.com/dmlc/xgboost/actions/runs/11926549102/job/33243755985?pr=11001
The text was updated successfully, but these errors were encountered: