I just looked at a version you had updated 5 minutes ago (this one here I believe).
A couple of things:
- Ideally, do not pin things at the outset. Or at least keep it to minimum. Let conda sort it out. Only pin once you determine a combination that works & only if you are sure you’ll need it. It may be best to at least just record the combination that works so you can recover later if things change out of sync, as sometimes happens.
- I also thought you couldn’t have
defaults
there under channel anymore and have it build completely? That was the case when I had investigated here. Or at least it is definitely not recommended.
You can still install with R if that helps you in your case, too. My repo has an example where I use an R script to install a library as well.