rapidsai / cuml

cuML - RAPIDS Machine Learning Library
https://docs.rapids.ai/api/cuml/stable/
Apache License 2.0
4.19k stars 527 forks source link

[BUG] import cuml gives AttributeError: module 'cuml' has no attribute 'internals' #3794

Closed vinson2233 closed 2 years ago

vinson2233 commented 3 years ago

Describe the bug importing cuml raise errors

---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-7-a450aff8eac6> in <module>
----> 1 import cuml

/opt/conda/envs/rapids-0.19/lib/python3.7/site-packages/cuml/__init__.py in <module>
     37 from cuml.ensemble.randomforestregressor import RandomForestRegressor
     38 
---> 39 from cuml.explainer.kernel_shap import KernelExplainer
     40 from cuml.explainer.permutation_shap import PermutationExplainer
     41 

/opt/conda/envs/rapids-0.19/lib/python3.7/site-packages/cuml/explainer/__init__.py in <module>
     15 #
     16 
---> 17 from cuml.explainer.kernel_shap import KernelExplainer
     18 from cuml.explainer.permutation_shap import PermutationExplainer

cuml/explainer/kernel_shap.pyx in init cuml.explainer.kernel_shap()

/opt/conda/envs/rapids-0.19/lib/python3.7/site-packages/cuml/linear_model/__init__.py in <module>
     16 
     17 
---> 18 from cuml.linear_model.elastic_net import ElasticNet
     19 from cuml.linear_model.lasso import Lasso
     20 from cuml.linear_model.linear_regression import LinearRegression

cuml/linear_model/elastic_net.pyx in init cuml.linear_model.elastic_net()

/opt/conda/envs/rapids-0.19/lib/python3.7/site-packages/cuml/solvers/__init__.py in <module>
     17 from cuml.solvers.cd import CD
     18 from cuml.solvers.sgd import SGD
---> 19 from cuml.solvers.qn import QN

cuml/solvers/qn.pyx in init cuml.solvers.qn()

/opt/conda/envs/rapids-0.19/lib/python3.7/site-packages/cuml/metrics/__init__.py in <module>
     37 from cuml.metrics.pairwise_distances import PAIRWISE_DISTANCE_METRICS
     38 from cuml.metrics.pairwise_distances import PAIRWISE_DISTANCE_SPARSE_METRICS
---> 39 from cuml.metrics.hinge_loss import hinge_loss

cuml/metrics/hinge_loss.pyx in init cuml.metrics.hinge_loss()

/opt/conda/envs/rapids-0.19/lib/python3.7/site-packages/cuml/preprocessing/__init__.py in <module>
     16 from cuml.preprocessing.model_selection import train_test_split
     17 from cuml.preprocessing.LabelEncoder import LabelEncoder
---> 18 from cuml.preprocessing.label import LabelBinarizer, label_binarize
     19 from cuml.preprocessing.encoders import OneHotEncoder
     20 from cuml.preprocessing.TargetEncoder import TargetEncoder

/opt/conda/envs/rapids-0.19/lib/python3.7/site-packages/cuml/preprocessing/label.py in <module>
     25 
     26 
---> 27 @cuml.internals.api_return_sparse_array()
     28 def label_binarize(y, classes, neg_label=0, pos_label=1,
     29                    sparse_output=False) -> SparseCumlArray:

AttributeError: module 'cuml' has no attribute 'internals'

Steps/Code to reproduce bug import cuml

Expected behavior the libraries imported without issues

Environment details (please complete the following information):

dantegd commented 3 years ago

Hi @vinson2233, thanks for the issue! I just tried reproducing the issue and didn't run into the problem:

(base) ➜  ~ mamba create -n ns0326 -c rapidsai -c nvidia -c conda-forge cuml=0.19 python=3.7 cudatoolkit=11.0 scikit-learn
...
(ns0326) ➜  ~ conda list | grep cuml       
cuml                      0.19.0          cuda11.0_py37_g4cb78ff1a_0    rapidsai
libcuml                   0.19.0          cuda11.0_g4cb78ff1a_0    rapidsai
libcumlprims              0.19.0          cuda11.0_ga2abf9f_0    nvidia
(ns0326) ➜  ~ python                
Python 3.7.10 | packaged by conda-forge | (default, Feb 19 2021, 16:07:37) 
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import cuml
>>> a = cuml.DBSCAN()
>>> a
DBSCAN()

Could you try running this script https://github.com/rapidsai/cuml/blob/branch-0.20/print_env.sh and putting the output in here? This might help triage what is the problem. Thanks!

vinson2233 commented 3 years ago
<details><summary>Click here to see environment details</summary><pre>

     **git***
     Not inside a git repository

     ***OS Information***
     PRETTY_NAME="Debian GNU/Linux 10 (buster)"
     NAME="Debian GNU/Linux"
     VERSION_ID="10"
     VERSION="10 (buster)"
     VERSION_CODENAME=buster
     ID=debian
     HOME_URL="https://www.debian.org/"
     SUPPORT_URL="https://www.debian.org/support"
     BUG_REPORT_URL="https://bugs.debian.org/"
     Linux vinson-gpu-notebook 4.19.0-14-cloud-amd64 #1 SMP Debian 4.19.171-2 (2021-01-30) x86_64 GNU/Linux

     ***GPU Information***
     Mon Apr 26 16:07:02 2021
     +-----------------------------------------------------------------------------+
     | NVIDIA-SMI 450.80.02    Driver Version: 450.80.02    CUDA Version: 11.0     |
     |-------------------------------+----------------------+----------------------+
     | GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
     | Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
     |                               |                      |               MIG M. |
     |===============================+======================+======================|
     |   0  Tesla T4            Off  | 00000000:00:04.0 Off |                    0 |
     | N/A   57C    P0    17W /  70W |      0MiB / 15109MiB |      0%      Default |
     |                               |                      |                  N/A |
     +-------------------------------+----------------------+----------------------+

     +-----------------------------------------------------------------------------+
     | Processes:                                                                  |
     |  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
     |        ID   ID                                                   Usage      |
     |=============================================================================|
     |  No running processes found                                                 |
     +-----------------------------------------------------------------------------+

     ***CPU***
     Architecture:        x86_64
     CPU op-mode(s):      32-bit, 64-bit
     Byte Order:          Little Endian
     Address sizes:       46 bits physical, 48 bits virtual
     CPU(s):              8
     On-line CPU(s) list: 0-7
     Thread(s) per core:  2
     Core(s) per socket:  4
     Socket(s):           1
     NUMA node(s):        1
     Vendor ID:           GenuineIntel
     CPU family:          6
     Model:               79
     Model name:          Intel(R) Xeon(R) CPU @ 2.20GHz
     Stepping:            0
     CPU MHz:             2199.998
     BogoMIPS:            4399.99
     Hypervisor vendor:   KVM
     Virtualization type: full
     L1d cache:           32K
     L1i cache:           32K
     L2 cache:            256K
     L3 cache:            56320K
     NUMA node0 CPU(s):   0-7
     Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid tsc_known_freq pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti ssbd ibrs ibpb stibp fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm rdseed adx smap xsaveopt arat md_clear arch_capabilities

     ***CMake***
     /usr/bin/cmake
     cmake version 3.13.4

     CMake suite maintained and supported by Kitware (kitware.com/cmake).

     ***g++***
     /usr/bin/g++
     g++ (Debian 8.3.0-6) 8.3.0
     Copyright (C) 2018 Free Software Foundation, Inc.
     This is free software; see the source for copying conditions.  There is NO
     warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

     ***nvcc***
     /usr/local/cuda/bin/nvcc
     nvcc: NVIDIA (R) Cuda compiler driver
     Copyright (c) 2005-2020 NVIDIA Corporation
     Built on Thu_Jun_11_22:26:38_PDT_2020
     Cuda compilation tools, release 11.0, V11.0.194
     Build cuda_11.0_bu.TC445_37.28540450_0

     ***Python***
     /opt/conda/bin/python
     Python 3.7.10

     ***Environment Variables***
     PATH                            : /usr/local/cuda/bin:/opt/conda/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
     LD_LIBRARY_PATH                 : /usr/local/cuda/lib64:/usr/local/nccl2/lib:/usr/local/cuda/extras/CUPTI/lib64:/usr/local/cuda/lib64:/usr/local/nccl2/lib:/usr/local/cuda/extras/CUPTI/lib64
     NUMBAPRO_NVVM                   :
     NUMBAPRO_LIBDEVICE              :
     CONDA_PREFIX                    : /opt/conda
     PYTHON_PATH                     :

     ***conda packages***
     /opt/conda/bin/conda
     # packages in environment at /opt/conda:
     #
     # Name                    Version                   Build  Channel
     _libgcc_mutex             0.1                 conda_forge    conda-forge
     _openmp_mutex             4.5                       1_gnu    conda-forge
     abseil-cpp                20200923.3           h9c3ff4c_0    conda-forge
     absl-py                   0.12.0                   pypi_0    pypi
     adal                      1.2.6              pyh44b312d_0    conda-forge
     aiohttp                   3.7.4            py37h5e8e339_0    conda-forge
     ansiwrap                  0.8.4                      py_0    conda-forge
     appdirs                   1.4.4              pyh9f0ad1d_0    conda-forge
     argon2-cffi               20.1.0           py37h5e8e339_2    conda-forge
     arrow                     1.0.2            py37h89c1867_0    conda-forge
     arrow-cpp                 3.0.0           py37hebc1fde_6_cpu    conda-forge
     asn1crypto                1.4.0              pyh9f0ad1d_0    conda-forge
     async-timeout             3.0.1                   py_1000    conda-forge
     async_generator           1.10                       py_0    conda-forge
     attrs                     20.3.0             pyhd3deb0d_0    conda-forge
     aws-c-cal                 0.4.5                hb3cee0b_7    conda-forge
     aws-c-common              0.5.1                h7f98852_0    conda-forge
     aws-c-event-stream        0.2.7                hf6e4101_0    conda-forge
     aws-c-io                  0.9.0                hd4bc808_1    conda-forge
     aws-checksums             0.1.11               hbd38b91_2    conda-forge
     aws-sdk-cpp               1.8.138              hfa2f2a4_3    conda-forge
     backcall                  0.2.0              pyh9f0ad1d_0    conda-forge
     backports                 1.0                        py_2    conda-forge
     backports.functools_lru_cache 1.6.1                      py_0    conda-forge
     binaryornot               0.4.4                      py_1    conda-forge
     black                     20.8b1                     py_1    conda-forge
     bleach                    3.3.0              pyh44b312d_0    conda-forge
     blinker                   1.4                        py_1    conda-forge
     brotli                    1.0.9                h9c3ff4c_4    conda-forge
     brotlipy                  0.7.0           py37h5e8e339_1001    conda-forge
     bzip2                     1.0.8                h7f98852_4    conda-forge
     c-ares                    1.17.1               h36c2ea0_0    conda-forge
     ca-certificates           2020.12.5            ha878542_0    conda-forge
     cachetools                4.2.1              pyhd8ed1ab_0    conda-forge
     caip-notebooks-serverextension 1.0.0                    pypi_0    pypi
     cairo                     1.16.0            h7979940_1007    conda-forge
     certifi                   2020.12.5        py37h89c1867_1    conda-forge
     cffi                      1.14.5           py37hc58025e_0    conda-forge
     chardet                   4.0.0            py37h89c1867_1    conda-forge
     click                     7.1.2              pyh9f0ad1d_0    conda-forge
     cloudpickle               1.6.0                      py_0    conda-forge
     colorama                  0.4.4              pyh9f0ad1d_0    conda-forge
     conda                     4.9.2            py37h89c1867_0    conda-forge
     conda-package-handling    1.7.2            py37hb5d75c8_0    conda-forge
     confuse                   1.4.0              pyhd3deb0d_0    conda-forge
     cookiecutter              1.7.2              pyh9f0ad1d_0    conda-forge
     cryptography              3.4.4            py37hf1a17b8_0    conda-forge
     cycler                    0.10.0                     py_2    conda-forge
     dataclasses               0.7                pyhb2cacf7_7    conda-forge
     dbus                      1.13.6               hfdff14a_1    conda-forge
     decorator                 4.4.2                      py_0    conda-forge
     defusedxml                0.6.0                      py_0    conda-forge
     dlenv-base                1.0.20210301     py37he1a07ef_0    file:///tmp/conda-pkgs
     docker-py                 4.4.4            py37h89c1867_0    conda-forge
     docker-pycreds            0.4.0                      py_0    conda-forge
     entrypoints               0.3             pyhd8ed1ab_1003    conda-forge
     expat                     2.2.10               h9c3ff4c_0    conda-forge
     ffmpeg                    4.3.1                hca11adc_2    conda-forge
     fontconfig                2.13.1            hba837de_1004    conda-forge
     freetype                  2.10.4               h0708190_1    conda-forge
     fsspec                    0.8.7              pyhd8ed1ab_0    conda-forge
     gcsfs                     0.7.2              pyhd8ed1ab_0    conda-forge
     gettext                   0.19.8.1          h0b5b191_1005    conda-forge
     gflags                    2.2.2             he1b5a44_1004    conda-forge
     gitdb                     4.0.5              pyhd8ed1ab_1    conda-forge
     gitpython                 3.1.14             pyhd8ed1ab_0    conda-forge
     glib                      2.66.7               h9c3ff4c_0    conda-forge
     glib-tools                2.66.7               h9c3ff4c_0    conda-forge
     glog                      0.4.0                h49b9bf7_3    conda-forge
     gmp                       6.2.1                h58526e2_0    conda-forge
     gnutls                    3.6.13               h85f3911_1    conda-forge
     google-api-core           1.22.4             pyh9f0ad1d_0    conda-forge
     google-api-core-grpcio-gcp 1.22.2               hc8dfbb8_0    conda-forge
     google-api-python-client  1.12.8             pyhd3deb0d_0    conda-forge
     google-auth               1.24.0             pyhd3deb0d_0    conda-forge
     google-auth-httplib2      0.0.4              pyh9f0ad1d_0    conda-forge
     google-auth-oauthlib      0.4.2              pyhd8ed1ab_0    conda-forge
     google-cloud-bigquery     1.26.1                   pypi_0    pypi
     google-cloud-bigquery-storage 1.0.0                    pypi_0    pypi
     google-cloud-bigtable     1.4.0                    pypi_0    pypi
     google-cloud-core         1.3.0                    pypi_0    pypi
     google-cloud-dataproc     1.1.1                    pypi_0    pypi
     google-cloud-datastore    1.12.0                   pypi_0    pypi
     google-cloud-firestore    1.8.1                    pypi_0    pypi
     google-cloud-kms          1.4.0                    pypi_0    pypi
     google-cloud-language     1.3.0                    pypi_0    pypi
     google-cloud-logging      1.15.1                   pypi_0    pypi
     google-cloud-monitoring   1.1.0                    pypi_0    pypi
     google-cloud-pubsub       1.7.0                    pypi_0    pypi
     google-cloud-scheduler    1.3.0                    pypi_0    pypi
     google-cloud-spanner      1.17.1                   pypi_0    pypi
     google-cloud-speech       1.3.2                    pypi_0    pypi
     google-cloud-storage      1.30.0                   pypi_0    pypi
     google-cloud-tasks        1.5.0                    pypi_0    pypi
     google-cloud-translate    2.0.2                    pypi_0    pypi
     google-cloud-videointelligence 1.15.0                   pypi_0    pypi
     google-cloud-vision       1.0.0                    pypi_0    pypi
     google-crc32c             1.1.2                    pypi_0    pypi
     google-resumable-media    1.2.0                    pypi_0    pypi
     googleapis-common-protos  1.52.0           py37h89c1867_1    conda-forge
     graphite2                 1.3.13            h58526e2_1001    conda-forge
     grpc-cpp                  1.36.0               h7919d58_0    conda-forge
     grpc-google-iam-v1        0.12.3                   pypi_0    pypi
     grpcio                    1.36.0           py37hb27c1af_0    conda-forge
     grpcio-gcp                0.2.2            py37h89c1867_4    conda-forge
     gst-plugins-base          1.18.3               h04508c2_0    conda-forge
     gstreamer                 1.18.3               h3560a44_0    conda-forge
     harfbuzz                  2.7.4                h5cf4720_0    conda-forge
     hdf5                      1.10.6          nompi_h6a2412b_1114    conda-forge
     htmlmin                   0.1.12                     py_1    conda-forge
     httplib2                  0.19.0             pyhd8ed1ab_0    conda-forge
     icu                       68.1                 h58526e2_0    conda-forge
     idna                      2.10                       py_0
     imagehash                 4.2.0              pyhd8ed1ab_0    conda-forge
     importlib-metadata        3.7.0            py37h89c1867_0    conda-forge
     importlib_metadata        3.7.0                hd8ed1ab_0    conda-forge
     ipykernel                 5.5.0            py37h888b3d9_1    conda-forge
     ipython                   7.21.0           py37h888b3d9_0    conda-forge
     ipython-sql               0.3.9           py37hc8dfbb8_1002    conda-forge
     ipython_genutils          0.2.0                      py_1    conda-forge
     ipywidgets                7.6.3              pyhd3deb0d_0    conda-forge
     jasper                    1.900.1           h07fcdf6_1006    conda-forge
     jedi                      0.18.0           py37h89c1867_2    conda-forge
     jinja2                    2.11.3             pyh44b312d_0    conda-forge
     jinja2-time               0.2.0                      py_2    conda-forge
     joblib                    1.0.1              pyhd8ed1ab_0    conda-forge
     jpeg                      9d                   h36c2ea0_0    conda-forge
     json5                     0.9.5              pyh9f0ad1d_0    conda-forge
     jsonschema                3.2.0                      py_2    conda-forge
     jupyter-http-over-ws      0.0.8                    pypi_0    pypi
     jupyter_client            6.1.11             pyhd8ed1ab_1    conda-forge
     jupyter_core              4.7.1            py37h89c1867_0    conda-forge
     jupyterlab                1.2.16                     py_0    conda-forge
     jupyterlab-git            0.11.0                     py_0    conda-forge
     jupyterlab_pygments       0.1.2              pyh9f0ad1d_0    conda-forge
     jupyterlab_server         1.2.0                      py_0    conda-forge
     jupyterlab_widgets        1.0.0              pyhd8ed1ab_1    conda-forge
     kiwisolver                1.3.1            py37h2527ec5_1    conda-forge
     krb5                      1.17.2               h926e7f8_0    conda-forge
     lame                      3.100             h7f98852_1001    conda-forge
     lcms2                     2.12                 hddcbb42_0    conda-forge
     ld_impl_linux-64          2.35.1               hea4e1c9_2    conda-forge
     libblas                   3.9.0                8_openblas    conda-forge
     libcblas                  3.9.0                8_openblas    conda-forge
     libclang                  11.0.1          default_ha53f305_1    conda-forge
     libcurl                   7.71.1               hcdd3856_8    conda-forge
     libedit                   3.1.20191231         h14c3975_1
     libev                     4.33                 h516909a_1    conda-forge
     libevent                  2.1.10               hcdb4288_3    conda-forge
     libffi                    3.3                  he6710b0_2
     libgcc-ng                 9.3.0               h2828fa1_18    conda-forge
     libgfortran-ng            9.3.0               hff62375_18    conda-forge
     libgfortran5              9.3.0               hff62375_18    conda-forge
     libglib                   2.66.7               h1f3bc88_0    conda-forge
     libgomp                   9.3.0               h2828fa1_18    conda-forge
     libiconv                  1.16                 h516909a_0    conda-forge
     liblapack                 3.9.0                8_openblas    conda-forge
     liblapacke                3.9.0                8_openblas    conda-forge
     libllvm10                 10.0.1               he513fc3_3    conda-forge
     libllvm11                 11.0.1               hf817b99_0    conda-forge
     libnghttp2                1.43.0               h812cca2_0    conda-forge
     libopenblas               0.3.12          pthreads_h4812303_1    conda-forge
     libopencv                 4.5.1            py37h90094e2_0    conda-forge
     libpng                    1.6.37               h21135ba_2    conda-forge
     libpq                     13.1                 hfd2b0eb_1    conda-forge
     libprotobuf               3.15.2               h780b84a_0    conda-forge
     libsodium                 1.0.18               h36c2ea0_1    conda-forge
     libssh2                   1.9.0                hab1572f_5    conda-forge
     libstdcxx-ng              9.3.0               h6de172a_18    conda-forge
     libthrift                 0.13.0               h5aa387f_6    conda-forge
     libtiff                   4.2.0                hdc55705_0    conda-forge
     libutf8proc               2.6.1                h7f98852_0    conda-forge
     libuuid                   2.32.1            h7f98852_1000    conda-forge
     libuv                     1.41.0               h7f98852_0    conda-forge
     libwebp-base              1.2.0                h7f98852_0    conda-forge
     libxcb                    1.13              h7f98852_1003    conda-forge
     libxkbcommon              1.0.3                he3ba5ed_0    conda-forge
     libxml2                   2.9.10               h72842e0_3    conda-forge
     llvmlite                  0.35.0           py37h9d7f4d0_1    conda-forge
     lz4-c                     1.9.3                h9c3ff4c_0    conda-forge
     markdown                  3.3.3              pyh9f0ad1d_0    conda-forge
     markupsafe                1.1.1            py37h5e8e339_3    conda-forge
     matplotlib-base           3.3.4            py37h0c9df89_0    conda-forge
     memory-profiler           0.58.0                   pypi_0    pypi
     missingno                 0.4.2                      py_1    conda-forge
     mistune                   0.8.4           py37h5e8e339_1003    conda-forge
     multicoretsne             0.1                      pypi_0    pypi
     multidict                 5.1.0            py37h5e8e339_1    conda-forge
     mypy_extensions           0.4.3            py37h89c1867_3    conda-forge
     mysql-common              8.0.23               ha770c72_1    conda-forge
     mysql-libs                8.0.23               h935591d_1    conda-forge
     nb_conda                  2.2.1            py37h89c1867_4    conda-forge
     nb_conda_kernels          2.3.1            py37h89c1867_0    conda-forge
     nbclient                  0.5.3              pyhd8ed1ab_0    conda-forge
     nbconvert                 6.0.7            py37h89c1867_3    conda-forge
     nbdime                    2.1.0                      py_0    conda-forge
     nbformat                  5.1.2              pyhd8ed1ab_1    conda-forge
     ncurses                   6.2                  he6710b0_1
     nest-asyncio              1.4.3              pyhd8ed1ab_0    conda-forge
     nettle                    3.6                  he412f7d_0    conda-forge
     networkx                  2.5                        py_0    conda-forge
     nodejs                    15.10.0              h92b4a50_0    conda-forge
     notebook                  6.2.0            py37h89c1867_0    conda-forge
     notebook-executor         0.2                      pypi_0    pypi
     nspr                      4.29                 h9c3ff4c_1    conda-forge
     nss                       3.62                 hb5efdd6_0    conda-forge
     numba                     0.52.0           py37hdc94413_0    conda-forge
     numpy                     1.19.5           py37haa41c4c_1    conda-forge
     oauthlib                  3.0.1                      py_0    conda-forge
     olefile                   0.46               pyh9f0ad1d_1    conda-forge
     opencv                    4.5.1            py37h89c1867_0    conda-forge
     openh264                  2.1.1                h780b84a_0    conda-forge
     openssl                   1.1.1j               h7f98852_0    conda-forge
     orc                       1.6.7                heec2584_1    conda-forge
     packaging                 20.9               pyh44b312d_0    conda-forge
     pandas                    1.2.2            py37hdc94413_0    conda-forge
     pandas-profiling          2.11.0             pyhd8ed1ab_0    conda-forge
     pandoc                    2.11.4               h7f98852_0    conda-forge
     pandocfilters             1.4.2                      py_1    conda-forge
     papermill                 2.3.2              pyhd8ed1ab_0    conda-forge
     parquet-cpp               1.5.1                         2    conda-forge
     parso                     0.8.1              pyhd8ed1ab_0    conda-forge
     pathspec                  0.8.1              pyhd3deb0d_0    conda-forge
     patsy                     0.5.1                      py_0    conda-forge
     pcre                      8.44                 he1b5a44_0    conda-forge
     pexpect                   4.8.0              pyh9f0ad1d_2    conda-forge
     phik                      0.10.0                     py_0    conda-forge
     pickleshare               0.7.5                   py_1003    conda-forge
     pillow                    8.1.0            py37h4600e1f_2    conda-forge
     pip                       21.0.1             pyhd8ed1ab_0    conda-forge
     pixman                    0.40.0               h36c2ea0_0    conda-forge
     poyo                      0.5.0                      py_0    conda-forge
     prettytable               2.0.0              pyhd8ed1ab_0    conda-forge
     prometheus_client         0.9.0              pyhd3deb0d_0    conda-forge
     prompt-toolkit            3.0.16             pyha770c72_0    conda-forge
     protobuf                  3.15.2           py37hcd2ae1e_0    conda-forge
     pthread-stubs             0.4               h36c2ea0_1001    conda-forge
     ptyprocess                0.7.0              pyhd3deb0d_0    conda-forge
     py-opencv                 4.5.1            py37h888b3d9_0    conda-forge
     pyarrow                   3.0.0           py37h0ef46b9_6_cpu    conda-forge
     pyasn1                    0.4.8                      py_0    conda-forge
     pyasn1-modules            0.2.7                      py_0    conda-forge
     pycosat                   0.6.3           py37h5e8e339_1006    conda-forge
     pycparser                 2.20                       py_2
     pygments                  2.8.0              pyhd8ed1ab_0    conda-forge
     pyjwt                     2.0.1              pyhd8ed1ab_0    conda-forge
     pyopenssl                 20.0.1             pyhd8ed1ab_0    conda-forge
     pyparsing                 2.4.7              pyh9f0ad1d_0    conda-forge
     pyrsistent                0.17.3           py37h5e8e339_2    conda-forge
     pysocks                   1.7.1            py37h89c1867_3    conda-forge
     python                    3.7.10          hffdb5ce_100_cpython    conda-forge
     python-dateutil           2.8.1                      py_0    conda-forge
     python-kubernetes         12.0.1             pyhd3deb0d_0    conda-forge
     python-slugify            4.0.1              pyh9f0ad1d_0    conda-forge
     python_abi                3.7                     1_cp37m    conda-forge
     pytz                      2021.1             pyhd8ed1ab_0    conda-forge
     pywavelets                1.1.1            py37h902c9e0_3    conda-forge
     pyyaml                    5.4.1            py37h5e8e339_0    conda-forge
     pyzmq                     22.0.3           py37h499b945_0    conda-forge
     qt                        5.12.9               hda022c4_4    conda-forge
     re2                       2020.11.01           h58526e2_0    conda-forge
     readline                  8.0                  h7b6447c_0
     regex                     2020.11.13       py37h5e8e339_1    conda-forge
     requests                  2.25.1             pyhd3deb0d_0    conda-forge
     requests-oauthlib         1.3.0              pyh9f0ad1d_0    conda-forge
     retrying                  1.3.3                    pypi_0    pypi
     rsa                       4.7.2              pyh44b312d_0    conda-forge
     ruamel_yaml               0.15.80         py37h5e8e339_1004    conda-forge
     s2n                       1.0.0                h9b69904_0    conda-forge
     scikit-learn              0.24.1           py37h69acf81_0    conda-forge
     scipy                     1.6.0            py37h14a347d_0    conda-forge
     seaborn                   0.11.1               hd8ed1ab_1    conda-forge
     seaborn-base              0.11.1             pyhd8ed1ab_1    conda-forge
     send2trash                1.5.0                      py_0    conda-forge
     setuptools                49.6.0           py37h89c1867_3    conda-forge
     simplejson                3.17.2           py37h5e8e339_2    conda-forge
     six                       1.15.0             pyh9f0ad1d_0    conda-forge
     smmap                     3.0.5              pyh44b312d_0    conda-forge
     snappy                    1.1.8                he1b5a44_3    conda-forge
     sqlalchemy                1.3.23           py37h5e8e339_0    conda-forge
     sqlite                    3.34.0               h74cdb3f_0    conda-forge
     sqlparse                  0.4.1              pyh9f0ad1d_0    conda-forge
     statsmodels               0.12.2           py37h902c9e0_0    conda-forge
     tangled-up-in-unicode     0.0.6              pyh9f0ad1d_0    conda-forge
     tenacity                  6.3.1              pyhd8ed1ab_0    conda-forge
     tensorboard               2.4.1                    pypi_0    pypi
     tensorboard-plugin-wit    1.8.0                    pypi_0    pypi
     terminado                 0.9.2            py37h89c1867_0    conda-forge
     testpath                  0.4.4                      py_0    conda-forge
     text-unidecode            1.3                        py_0    conda-forge
     textwrap3                 0.9.2                      py_0    conda-forge
     threadpoolctl             2.1.0              pyh5ca1d4c_0    conda-forge
     tk                        8.6.10               hbc83047_0
     toml                      0.10.2             pyhd8ed1ab_0    conda-forge
     tornado                   6.1              py37h5e8e339_1    conda-forge
     tqdm                      4.58.0             pyhd8ed1ab_0    conda-forge
     traitlets                 5.0.5                      py_0    conda-forge
     typed-ast                 1.4.2            py37h5e8e339_0    conda-forge
     typing-extensions         3.7.4.3                       0    conda-forge
     typing_extensions         3.7.4.3                    py_0    conda-forge
     unidecode                 1.2.0              pyhd8ed1ab_0    conda-forge
     uritemplate               3.0.1                      py_0    conda-forge
     urllib3                   1.26.3             pyhd8ed1ab_0    conda-forge
     visions                   0.6.0              pyh9f0ad1d_0    conda-forge
     wcwidth                   0.2.5              pyh9f0ad1d_2    conda-forge
     webencodings              0.5.1                      py_1    conda-forge
     websocket-client          0.57.0           py37h89c1867_4    conda-forge
     werkzeug                  1.0.1                    pypi_0    pypi
     wheel                     0.36.2             pyhd3deb0d_0    conda-forge
     whichcraft                0.6.1                      py_0    conda-forge
     widgetsnbextension        3.5.1            py37h89c1867_4    conda-forge
     wrapt                     1.12.1           py37h5e8e339_3    conda-forge
     x264                      1!161.3030           h7f98852_0    conda-forge
     xorg-kbproto              1.0.7             h7f98852_1002    conda-forge
     xorg-libice               1.0.10               h516909a_0    conda-forge
     xorg-libsm                1.2.3             h84519dc_1000    conda-forge
     xorg-libx11               1.6.12               h516909a_0    conda-forge
     xorg-libxau               1.0.9                h7f98852_0    conda-forge
     xorg-libxdmcp             1.1.3                h7f98852_0    conda-forge
     xorg-libxext              1.3.4                h516909a_0    conda-forge
     xorg-libxrender           0.9.10            h516909a_1002    conda-forge
     xorg-renderproto          0.11.1            h14c3975_1002    conda-forge
     xorg-xextproto            7.3.0             h7f98852_1002    conda-forge
     xorg-xproto               7.0.31            h7f98852_1007    conda-forge
     xz                        5.2.5                h7b6447c_0
     yaml                      0.2.5                h7b6447c_0
     yarl                      1.6.3            py37h5e8e339_1    conda-forge
     zeromq                    4.3.4                h9c3ff4c_0    conda-forge
     zipp                      3.4.0                      py_0    conda-forge
     zlib                      1.2.11               h7b6447c_3
     zstd                      1.4.8                ha95c52a_1    conda-forge

</pre></details>
Nanthini10 commented 3 years ago

I'm able to reproduce this either - can you try uninstalling the rapids libraries and trying again?

github-actions[bot] commented 3 years ago

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

github-actions[bot] commented 2 years ago

This issue has been labeled inactive-90d due to no recent activity in the past 90 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.

beckernick commented 2 years ago

Unable to reproduce. Closing.