I have an environment.yaml, that I use to re-create conda environments as follows:
conda env create -p /home/chris/moneybox/env --file /home/chris/moneybox/environment.lock.yaml --force
On macOS, this works fine, on linux it fails after 30+ minutes with conflicts, but the output is, to me at least, impenetrable and I'm not able to figure out what I need to change.
I've put the output up as a gist. I can't make any sense of it, and while I've submitted a conda issue to try and get that improved, would anyone be able to tell me what's actually conflicting here and what changes I need to make to environment.lock.yaml to fix them?