cudf icon indicating copy to clipboard operation
cudf copied to clipboard

Rapids take >42 minutes to install on google colab pro.

Open priyanshu7401 opened this issue 2 years ago • 2 comments

Hi all, I have been trying to use the rapids library in my project but rapids take close to 42 minutes to installation. If my notebooks get disconnected or I change the runtime type, I have to install it again, is there any better solution to this problem? Regards

priyanshu7401 avatar Aug 15 '22 02:08 priyanshu7401

Hi @priyanshu7401 - thanks for reporting, and sorry for the trouble you've been having with Colab.

Please note that because Colab does not support Python 3.8+, we can not support RAPIDS on Colab at this time. The last version of RAPIDS that should work with Colab is 21.12, and that is too old for us to test and maintain. If you are using the demo notebook provided at https://rapids.ai/start.html to install RAPIDS on Colab, we cannot guarantee that it will work. I apologize.

If/when Colab supports newer versions of Python, you should be able to run RAPIDS on it.

Generally speaking though, when installing RAPIDS via conda, the dependency resolver can take a while to run. In our experience, mamba is much faster. (I understand that this information may not be very useful to you right now).

shwina avatar Aug 16 '22 12:08 shwina

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] avatar Sep 15 '22 13:09 github-actions[bot]

This should no longer be an issue, see https://colab.google/articles/cudf

vyasr avatar May 14 '24 00:05 vyasr