Dependencies can't be satisfied on windows. It looks like openff has a dependency on ambertools, which doesn't provide a conda package on windows:
- nothing provides ambertools >=20 needed by openff-toolkit-0.10.7-pyhd8ed1ab_0
Could not solve for environment specs
The following packages are incompatible
openff-toolkit =* * is not installable because there are no viable options
openff-toolkit [0.10.0|0.10.1|...|0.9.2] would require
ambertools >=20 *, which does not exist (perhaps a missing channel);
openff-toolkit [0.13.0|0.13.1|...|0.18.0] would require
ambertools >=22 *, which does not exist (perhaps a missing channel).
It would be possible to introduce this as a 'soft' dependency like pdb2pqr but it would mean I'd have to start adding windows-specific exceptions to the build and unit tests, which is not something I wanna do right now.
Dependencies can't be satisfied on windows. It looks like openff has a dependency on ambertools, which doesn't provide a conda package on windows:
It would be possible to introduce this as a 'soft' dependency like pdb2pqr but it would mean I'd have to start adding windows-specific exceptions to the build and unit tests, which is not something I wanna do right now.