Closed andrewsb8 closed 11 months ago
Try this and let me know if this resolves the issue. https://github.com/conda-incubator/condacolab/issues/60#issuecomment-1858067919
Sorry. Not used to Markdown yet..
Thanks for the report! Closing as duplicate. See comment in https://github.com/conda-incubator/condacolab/issues/60#issuecomment-1859867325 for a potential solution!
A pin of the cudatoolkit 12.2.* is impeding the ability to install packages like openmm and gcc-12.1. Here is an example output for installing openmm:
Manual specifications of cudatoolkit versions, like
!mamba install -c conda-forge cudatoolkit=11.8 -y
does not remove the "pin". This issue does not occur on local installations of conda, where the default cudatoolkit version for openmm seems to be 11.8 in the conda-forge repository.