DEV Community

Ashfaq Ahmad
Ashfaq Ahmad

Posted on

Google Colab and CUDA 12.2

Hello,
Google colab is shifted to CUDA 12.2. I want to install the following script,
!mamba install -c conda-forge -c bioconda mgltools=1.5.7 biopython=1.80 openbabel=3.1.1 plip=2.2.2 zlib=1.2.13 xlsxwriter=3.0.3
The installation log generates,

No package can be installed for pin: cudatoolkit 12.2.*

I tried different things, like mentioning cudatoolkit=12.2 in the script, also remove the package version details, so that conda installs the appropriate version by itself. Nothing is working.
Your suggestions are required.
Thanks

Top comments (0)