Closed Ashu894830 closed 3 weeks ago
Following the template, https://github.com/rapidsai-community/showcase/blob/main/getting_started_tutorials/rapids-pip-colab-template.ipynb, you should be installing using the below line of code:
!python rapidsai-csp-utils/colab/pip-install.py
ModuleNotFoundError Traceback (most recent call last) in <cell line: 3>()
1 get_ipython().system('git clone https://github.com/rapidsai/rapidsai-csp-utils.git')
2 get_ipython().system('bash rapidsai-csp-utils/colab/rapids-colab.sh stable')
----> 3 import cuml
ModuleNotFoundError: No module named 'cuml'
NOTE: If your import is failing due to a missing package, you can manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the "Open Examples" button below.