Skip to content

CUML is broken on latest Kaggle environment (e.g. May 2024) #1392

Closed
@datancoffee

Description

@datancoffee

Repro:

Add import statement for cuml to a notebook:

import cuml

Error (short summary):

ImportError Traceback (most recent call last)
Cell In[1], line 1
----> 1 import cuml

ImportError: cannot import name 'is_datetime64tz_dtype' from 'pandas.core.tools.datetimes' (/opt/conda/lib/python3.10/site-packages/pandas/core/tools/datetimes.py)

Repro notebook:

https://www.kaggle.com/code/datancoffee/repro-cuml-does-not-import-on-latest-kaggle/

Other similar bugs:

https://www.kaggle.com/discussions/product-feedback/481085

Metadata

Metadata

Assignees

Labels

bugbug & failures with existing packagesgpuRelated to our GPU image

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions