-
Notifications
You must be signed in to change notification settings - Fork 7
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
prioritize conda-forge over defaults channel #1487
Conversation
I think the failure on mac has to do with numpy, given all the warnings we see. No idea why though. |
Hi @RoyStegeman, rebase master because something funny happened (my fault, modified something thinking it was just an example). What I don’t understand is why does it stop 3.9 from running… |
8a136b1
to
0bb1402
Compare
6d7957d
to
3035eeb
Compare
If I look at the current build failure for mac, I notice that we are pullinkg everything from conda-forge except for
which seems to be the problem (no idea why that is happening). Also at build time
which seems to not cause obvious problems. Incidentally I wonder if disabling defaults alrogether would make thing simpler. |
Maybe, though I'm not sure if that's what we want to do in binary bootstrap and thus peoples local .condarc. Let me try what happens if we enforce a strict channel priority |
If I remember correctly in order to upload packages to conda forge you need to set strict channel priority so if it works it's a plus. |
As discussed in #1284.
Relevant PR in binary-bootstrap: NNPDF/binary-bootstrap#4