Closed MarMarhoun closed 1 year ago
Hello, may I ask if you want to install cupy
or cuml
on kaggle via pip? And which version do you want to install? The title says cuml
but the first two instructions are about cupy
.
Kaggle kernel has cupy 11.4 installed by default:
import cupy
cupy.__version__
'11.4.0'
Unfortunately, kaggle kernel is python 3.7 and you can't pip install cuml
on kaggle:
!pip install cuml-cu11 --extra-index-url=https://pypi.ngc.nvidia.com
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
ERROR: Ignored the following versions that require a different python version: 0.0.1 Requires-Python >=3.8
Closing this as answered. To use cuML on Kaggle at the moment, you'll need to use an older conda package.
Thanks @daxiongshu
Describe the bug I'm trying to install the package in Kaggle notebook (GPU) using the following commands:
Steps/Code to reproduce bug First, use the two commands and then import the package to see if installed successfully. If not then you can use the third command which includes all the necessary packages of RAPIDS that you will need. Which will produce the same
Expected behavior When I import the package using the first two instructions:
Environment details (please complete the following information):