-
Notifications
You must be signed in to change notification settings - Fork 85
Description
Hello,
I repeatedly encounter the following dependency issue when trying to install conda-forge openmmforcefields on Windows platform:
Could not solve for environment specs
The following packages are incompatible
└─ openmmforcefields =* * is not installable because there are no viable options
├─ openmmforcefields [0.10.0|0.11.0|...|0.9.0] would require
│ └─ ambertools >=20.0,<23 *, which does not exist (perhaps a missing channel);
├─ openmmforcefields [0.13.0|0.14.0|0.14.1] would require
│ └─ ambertools >=22,<24 *, which does not exist (perhaps a missing channel);
└─ openmmforcefields [0.14.1|0.14.2|0.15.0] would require
└─ ambertools >=22,<25 *, which does not exist (perhaps a missing channel).
- which surprised me because I expected ambertools to already be installed with the conda-forge openmm.
However, ambertools is not available as direct conda install for the Windows platform (even if on the Amber website it's claimed to be):
https://anaconda.org/conda-forge/ambertools
Can you help me resolve this loop?
Thanks!