-
Notifications
You must be signed in to change notification settings - Fork 304
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
[HOTFIX] Generalize ModuleNotFoundError exception handling to ImportError for Amazon SMS libnuma.so.1 bug #2385
[HOTFIX] Generalize ModuleNotFoundError exception handling to ImportError for Amazon SMS libnuma.so.1 bug #2385
Conversation
…Amazon SMS libnuma.so.1 bug
rerun tests |
rerun tests |
rerun tests should now be able to get the latest cudf 22.06.01 which should restrict cuda-python to 11.7.0, which should resolve the recent build failures. |
rerun tests |
The builds are still failing, I think because the pylibcugraph builds are pulling a version of rmm from before the hotfix:
Should these be pulled from rapidsai-nightly at all, or do we stop updating the nightly channel after a version is released? I'm not sure how we should be fixing this, but we want 22.06.01, which is on |
rerun tests |
…6-handle_missing_libnuma
I now see
|
…nd rmm are installed (likely pulled in from some other dependency).
…f cudf and rmm are installed (likely pulled in from some other dependency)." This reverts commit 77add2d.
…++ library should not need the cuDF python API.
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #2385 +/- ##
=================================================
- Coverage 70.82% 60.74% -10.08%
=================================================
Files 170 105 -65
Lines 11036 5075 -5961
=================================================
- Hits 7816 3083 -4733
+ Misses 3220 1992 -1228
Continue to review full report at Codecov.
|
Generalize ModuleNotFoundError exception handling to ImportError for Amazon SMS libnuma.so.1 bug
#2113
This allows cugraph to be imported in a SageMaker environment without having to remove
ucx-py