You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iPython 3.8.10 | packaged by conda-forge | (default, May 11 2021, 07:01:05)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import dask_cudf
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/rgelhausen/conda/envs/rapids/lib/python3.8/site-packages/dask_cudf/__init__.py", line 6, in <module>
from . import backends
File "/home/rgelhausen/conda/envs/rapids/lib/python3.8/site-packages/dask_cudf/backends.py", line 38, in <module>
from .core import DataFrame, Index, Series
File "/home/rgelhausen/conda/envs/rapids/lib/python3.8/site-packages/dask_cudf/core.py", line 17, in <module>
from dask.dataframe.core import (
ImportError: cannot import name 'make_meta' from 'dask.dataframe.core' (/home/rgelhausen/conda/envs/rapids/lib/python3.8/site-packages/dask/dataframe/core.py)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: