Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conda installation cannot find cudatoolkit=12.2 #4367

Closed
jonathanking opened this issue Dec 21, 2023 · 3 comments
Closed

Conda installation cannot find cudatoolkit=12.2 #4367

jonathanking opened this issue Dec 21, 2023 · 3 comments

Comments

@jonathanking
Copy link

Hi there,

I ran into an issue trying to install OpenMM via conda on colab with the command conda install -c conda-forge openmm.

It seems that OpenMM is trying to install cudatoolkit=12.2, but this doesn't exist in the conda-forge channel. Is this expected? Is the installation command correct?

It seems possible to get around this by specifying the latest version of cudatoolkit available in conda-forge (11.8).

Please let me know your thoughts.

All the best,
Jonathan

@peastman
Copy link
Member

Try installing with mamba instead. It gives much better error messages, especially in identifying why something couldn't be installed. The messages you get from conda are often misleading.

@sef43
Copy link
Member

sef43 commented Dec 28, 2023

If this is on Colab then the issue is this: conda-incubator/condacolab#60

Currently all the cookbook colab examples fail with the same error

@jonathanking
Copy link
Author

Thank you for pointing that out. I'll follow that issue instead! Feel free to close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants