RAPIDS does not support pip install (https://medium.com/rapids-ai/rapids-0-7-release-drops-pip-packages-47fc966e9472) . Unclear on how you installed RAPIDS using pip
.
The pip
install page for RAPIDS (https://pypi.org/project/rapidsai/) states that conda
should be used in place of pip
to install RAPIDS.
Please use one of the options provided on the RAPIDS getting started page (https://rapids.ai/start.html) to install RAPIDS.
Also, which version of RAPIDS are you using?
Since Google colab does not support python 3.7 or above, the latest version of RAPIDS cannot be installed on Google colab.
CLICK HERE to find out more related problems solutions.