Channel priority changed in 2.1.0 release
See original GitHub issueDistributed’s CI specifies the conda channels to use inside a conda environment file where we prefer to use conda-forge where possible and fallback to using defaults when needed.
After the setup-miniconda
2.1.0 release we started observing many more packages being installed from defaults instead of conda-forge (see the links below which compare the packages installed using setup-miniconda=2.0.1
and setup-miniconda=2.1.0
). Was this an intentional change that requires users to make changes to our GitHub actions workflow?
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
[BUG] conda install not working with strict channel priority #4016
Describe the bug With channel priority strict, I am getting the error below when running the cuML installer as per the rapids.ai website....
Read more >Installing the MLDL frameworks - IBM
Helping the conda installer: strict channel priority and the powerai-release package. The conda installer uses a set of rules to determine which packages...
Read more >Learning to Use Semantic-Release the Hard Way
In this post I want to share a story. The story is about how I added semantic-release to an existing Angular library project....
Read more >Cisco Meeting Server 2.1.12 Release Notes
This release note describes the new features, improvements and changes in release 2.1.12 of the Cisco Meeting Server software for: specified ...
Read more >Changelog — JupyterHub 3.1.0 documentation
For detailed changes from the prior release, click on the version number, ... 2.1.0 is a small bugfix release, resolving regressions in 2.0...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
To be clear, we’re still using
setup-miniconda
but are utilizing theuse-mamba
, etc. settings you pointed out (the full set of changes we’re using as at https://github.com/dask/distributed/pull/4585/files)Welp, dunno if you’ve moved on entirely, but 2.1.1 now has fixed and under test. I’ll close this, please re-open if any related issues arise!