rapidsai-community / rapidsai-csp-utils

35 stars 63 forks source link

install in colab fails just like issue #75 #78

Closed jimoreira closed 1 year ago

jimoreira commented 1 year ago

I don't mean to write all over again, but the issue is exactly as mentioned in #75 Just the difference is that now Colab has python 3.10. how can this be solved?

many thanks.

jimoreira commented 1 year ago

trying to downgrade colab python to 3.9 with this solution. but something didn't work. Python 3.9 looks fine, but In this step of the installation !bash rapidsai-csp-utils/colab/update_gcc.sh import os os._exit(00) the notebook never reconnects and i lose the changes.

taureandyernv commented 1 year ago

thanks for sharing this. colab updated to python 3.10 and ctk 11.8 so now we can install 23.04 stabled on colab. the install is a bit longer though...

jimoreira commented 1 year ago

great, thanks!