Skip to content
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]: cugraph relies on cudf._lib.transform, which no longer exists #4823

Closed
2 tasks done
jameslamb opened this issue Dec 10, 2024 · 2 comments · Fixed by #4758
Closed
2 tasks done

[BUG]: cugraph relies on cudf._lib.transform, which no longer exists #4823

jameslamb opened this issue Dec 10, 2024 · 2 comments · Fixed by #4758
Labels
? - Needs Triage Need team to review and classify bug Something isn't working python

Comments

@jameslamb
Copy link
Member

Version

25.02

Which installation method(s) does this occur on?

No response

Describe the bug.

On #4805, noticed cugraph pytests failing like this:

AttributeError: module 'cudf._lib' has no attribute 'transform'

(build link)

Minimum reproducible example

N/A

Relevant log output

N/A

Environment details

N/A

Other/Misc.

This is probably a result of rapidsai/cudf#17505

Besides just fixing this, think it'd be worth talking with @mroeschke about the plans for other changes to cudf._lib in this release cycle, so cugraph can get out ahead of them.

Code of Conduct

  • I agree to follow cuGraph's Code of Conduct
  • I have searched the open bugs and have found no duplicates for this bug report
@mroeschke
Copy link
Contributor

This should be closed by #4758

(Throughout cugraph, this is the only usage of cudf._lib that I found)

@jameslamb
Copy link
Member Author

oooooh I hadn't made the connection between this and that PR!

Thanks for re-targeting that to 25.02.

@rapids-bot rapids-bot bot closed this as completed in 5a33526 Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage Need team to review and classify bug Something isn't working python
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants