We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reproducer:
15.4 LTS ML (includes Apache Spark 3.5.0, GPU, Scala 2.12)
#!/bin/bash set -e # Install RAPIDS libraries pip install \ --extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple \ "cudf-cu11>=25.02.*,>=0.0.0a0" "cuml-cu11>=25.02.*,>=0.0.0a0" \ "dask-cuda>=25.02.*,>=0.0.0a0"
Importing cudf fails
cudf
The text was updated successfully, but these errors were encountered:
Failed to dlopen libcudart.so.12
Switching to *-cu12 should resolve this.
*-cu12
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Reproducer:
15.4 LTS ML (includes Apache Spark 3.5.0, GPU, Scala 2.12)
Importing
cudf
failsThe text was updated successfully, but these errors were encountered: