zuzukin / whl2conda

Generate conda package from pure python wheel
https://zuzukin.github.io/whl2conda/
Apache License 2.0
6 stars 2 forks source link

conditionalize whl2conda install solver workaround #118

Closed analog-cbarber closed 5 months ago

analog-cbarber commented 8 months ago

The whl2conda install command currently will set the solver in the target environment to classic to work around this issue: https://github.com/conda/conda-libmamba-solver/issues/418.

When that issue is fixed, we should test this again and then conditionalize the workaround based on the version of conda-libmamba-solver in use.

analog-cbarber commented 8 months ago

This supposedly has been fixed in conda-libmamba-solver 24.1.0, which has now been released.