Describe the bug
I get an error trying to import cudf:
Steps/Code to reproduce bug
>>> import cudf
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/z0022z7b/anaconda3/envs/mindsynchro/lib/python3.7/site-packages/cudf/__init__.py", line 7, in <module>
from cudf import core, datasets
File "/home/z0022z7b/anaconda3/envs/mindsynchro/lib/python3.7/site-packages/cudf/core/__init__.py", line 3, in <module>
from cudf.core import buffer, column
File "/home/z0022z7b/anaconda3/envs/mindsynchro/lib/python3.7/site-packages/cudf/core/column/__init__.py", line 1, in <module>
from cudf.core.column.categorical import CategoricalColumn # noqa: F401
File "/home/z0022z7b/anaconda3/envs/mindsynchro/lib/python3.7/site-packages/cudf/core/column/categorical.py", line 11, in <module>
import cudf._libxx as libcudfxx
File "/home/z0022z7b/anaconda3/envs/mindsynchro/lib/python3.7/site-packages/cudf/_libxx/__init__.py", line 5, in <module>
from . import (
File "cudf/_libxx/aggregation.pxd", line 9, in init cudf._libxx.reduce
File "cudf/_libxx/aggregation.pyx", line 11, in init cudf._libxx.aggregation
File "/home/z0022z7b/anaconda3/envs/mindsynchro/lib/python3.7/site-packages/cudf/utils/cudautils.py", line 7, in <module>
from numba import cuda, numpy_support
ImportError: cannot import name 'numpy_support' from 'numba' (/home/z0022z7b/anaconda3/envs/mindsynchro/lib/python3.7/site-packages/numba/__init__.py)
Describe the bug I get an error trying to import cudf:
Steps/Code to reproduce bug
Environment overview (please complete the following information) cudf installed with conda: conda install -c rapidsai -c nvidia -c numba -c conda-forge cudf=0.13 python=3.7 cudatoolkit=10.1 Environment: Ubuntu 18.04.2 LTS (GNU/Linux 4.15.0-45-generic x86_64)
Environment details
Click here to see environment details