But including -c conda_forge when creating the environment did work.
Seb: "confirmed that running pip debug on conda create -n test_forge -c conda_forge python=3.11 vs conda create -n test_no_forge python=3.11 gives completely different set of tags (I am on Intel Mac so that's not M1/M2 specific)"
So, this PR adds -c conda_forge as an option for users to try.
Following discussion in dev and testing
For me, this didn't work:
giving errors as reported in the docs.
But including
-c conda_forge
when creating the environment did work.Seb: "confirmed that running
pip debug
onconda create -n test_forge -c conda_forge python=3.11
vsconda create -n test_no_forge python=3.11
gives completely different set of tags (I am on Intel Mac so that's not M1/M2 specific)"So, this PR adds
-c conda_forge
as an option for users to try.