-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Channel specific package + strict priority currently not compatible #1082
Comments
I just checked, and conda has the same problem ... not sure if we shoudl chagne that. |
Just ran into this myself. |
Looks like the conda issue is conda/conda#9642 which appears to have been accepted as a bug. |
Well, it was closed as stale. This would be very helpful to me. I'm facing an issue where mysql-connector-python appears to have been retired from the main channel, so I need to grab it from conda-forge, but otherwise I want to use packages from main over conda-forge. |
I cannot reproduce this issue with 2.0.6: channels:
- conda-forge
channel_priority: strict micromamba create -p /tmp/repro bioconda::snakemake --dry-run
Feel free to reopen an issue with a reproducer if you still have this issue with 2.0. |
We might need to do some additional tricks to make the following work:
.condarc
:Throws an error because it can't install
quantstack::sphinx
due to strict channel priority.The text was updated successfully, but these errors were encountered: