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

PackagesNotFoundError: The following packages are missing from the target environment: - cudatoolkit=12.2 #61

Closed
emilioangelina opened this issue Dec 15, 2023 · 3 comments

Comments

@emilioangelina
Copy link

Aparently, cudatoolkit has been recently updated to a newer version 12.2 at colab and this generated conflcts when trying to install packages like openmm and ambertools with conda.

When I execute the following cell in colab:

!conda install openmmforcefields -c conda-forge -y
!conda install -c conda-forge ambertools -y
!conda install -c conda-forge parmed -y

I throws the following error:

PackagesNotFoundError: The following packages are missing from the target environment:

  • cudatoolkit=12.2

ModuleNotFoundError Traceback (most recent call last)
in <cell line: 12>()
10
11 #load dependencies
---> 12 from openmm import app, unit
13 from openmm.app import HBonds, NoCutoff, PDBFile
14 from openff.toolkit.topology import Molecule, Topology

ModuleNotFoundError: No module named 'openmm'

@kimjc95
Copy link

kimjc95 commented Dec 15, 2023

Try this and let me know if this resolves the issue.

@emilioangelina
Copy link
Author

It worked!!, thanks a lot

@jaimergp
Copy link
Member

Thanks for the report! Closing as duplicate. See comment in #60 (comment) for a potential solution!

@jaimergp jaimergp closed this as not planned Won't fix, can't repro, duplicate, stale Dec 18, 2023
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