-
Notifications
You must be signed in to change notification settings - Fork 920
New issue
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
[BUG] cudf package not compatible with cuda 10 setup #869
Comments
You need to use |
Due to the nature of the compiled code underneath it's both difficult and troublesome to create a single install for multiple CUDA versions. |
I perfectly understand the technical problem, but this might still be a cause for frustration. |
Why then having the package in the first place? |
Agreed, this isn't the experience we want for an end user installing the software but is a necessary evil for now. We'll continue exploring a better way to handle this moving forward. |
Another option would be to fail gracefully |
Agreed. I've created a feature request issue for this: #870. Did using |
Yep, see #839 |
Awesome, going to close this issue as I've created #870 to track better raising an error for this situation. |
Describe the bug
Installing and importing the
cudf
package on a CUDA 10 system results in following error:It's not clear to the user that the cudf package is tied to a specific CUDA version. The docs btw don't list the cudf package, but only cudf-cuda** packages.
Steps/Code to reproduce bug
Expected behavior
Just an import
Environment details (please complete the following information):
Additional context
Installed latest CUDA (10.0.130-1) and driver version (410.79)
The text was updated successfully, but these errors were encountered: