-
Notifications
You must be signed in to change notification settings - Fork 251
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
no defaults channel in environment.yaml #144
Conversation
Channel pinning should be superseeded by setting channel priority to strict as explained here: https://conda-forge.org/docs/user/tipsandtricks.html Apart from that, it seems descartes is pulled in too late by pip and should probably be uplifted to a conda dependency instead. |
Pity there's not yet a way to request strict channel priority in the conda config --set channel_priority strict |
Failure on mac:
Both are from conda-forge:
Should be missing deps in the Found conda-forge/libtiff-feedstock#56 and conda-forge/libwebp-feedstock#26 so seems to be a known active problem. We maybe could constrain libwebp down a bit, but this will be a pain to find out, if we can only test on the travis mac runners. |
@FabianHofmann everything seems to work with/without |
Fixes #142
Let's see...