I'm observing a conda install ...
failure in which the conda
SAT solver is pruning my options for python
to zero:
{snip}
DEBUG conda.resolve:filter_group(400): scipy: pruned from 391 -> 127
DEBUG conda.resolve:filter_group(400): python: pruned from 70 -> 0
DEBUG conda.common.logic:get_sat_solver_cls(281): Using SAT solver interface 'pycosat'.
DEBUG conda.resolve:gen_clauses(688): gen_clauses returning with clause count: 81241
{snip}
And I'm wondering:
How does one debug this?
That is, how do I get the conda
SAT solver to give me some clues as to which packages' python
specifications are conflicting?