Open jwratten opened 7 months ago
Could you perhaps post this issue on the cuML repo? I think they will be much better in helping you out with this issue since this relates to cuML.
This error generally appears when you're using an environment with incompatible versions of cuDF and Apache Arrow. This issue may provide clarity, but if not please file a fresh issue on the cuML or cuDF repository.
Hi,
I used the following code to install cuml.
!pip install cudf-cu11 dask-cudf-cu11 --extra-index-url=https://pypi.nvidia.com !pip install cuml-cu11 --extra-index-url=https://pypi.nvidia.com !pip install cugraph-cu11 --extra-index-url=https://pypi.nvidia.com !pip install cupy-cuda11x -f https://pip.cupy.dev/aarch64
However, when importing cuml.cluster and cuml.manifold I get the following error message. I am using databricks. Any help would be appreciated.
Thanks,
James