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] cudf Series code failing: "TypeError: use cudf.Series._from_data" #6017

Closed
jameslamb opened this issue Aug 8, 2024 · 0 comments · Fixed by #6019
Closed

[BUG] cudf Series code failing: "TypeError: use cudf.Series._from_data" #6017

jameslamb opened this issue Aug 8, 2024 · 0 comments · Fixed by #6019
Labels
? - Needs Triage Need team to review and classify bug Something isn't working

Comments

@jameslamb
Copy link
Member

Describe the bug

On 24.10, a few dozen tests are failing like this:

TypeError: Use cudf.Series._from_data for constructing a Series from ColumnAccessor or a ColumnBase

Observed this in CI that wasn't touching any Python code (e.g. #6012).

Steps/Code to reproduce bug

CI from #6012: (build link)

Expected behavior

N/A

Environment details (please complete the following information):

Using the latest cudf 24.10 nightlies.

This does not appear to be limited to a specific subset of Python version, CPU architecture, or CUDA version.
It affects both wheel and conda packages.

Additional context

I believe this is the same root cause as rapidsai/cuspatial#1433.

Specifically, cuml needs to adapt to these changes: rapidsai/cudf#16454

For reference, here's how @mroeschke is approaching this in cuspatial: rapidsai/cuspatial#1434

@jameslamb jameslamb added bug Something isn't working ? - Needs Triage Need team to review and classify labels Aug 8, 2024
@jameslamb jameslamb changed the title [BUG] [BUG] cudf Series code failing: "TypeError: use cudf.Series" Aug 8, 2024
@jameslamb jameslamb changed the title [BUG] cudf Series code failing: "TypeError: use cudf.Series" [BUG] cudf Series code failing: "TypeError: use cudf.Series._from_data" Aug 8, 2024
@rapids-bot rapids-bot bot closed this as completed in 19ffd6b Aug 9, 2024
@rapids-bot rapids-bot bot closed this as completed in #6019 Aug 9, 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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant