-
Notifications
You must be signed in to change notification settings - Fork 55
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
Replace pip install with conda install in Binder #54
Conversation
Any particular reason for this? As a general rule my opinion is that it's better to use |
|
I agree with @choldgraf on this one. I'm not sure quite what is meant by "pip doesn't have a solver"? Had the same binder issue with conda for an earlier build. The issue is more on the dependencies not getting rebuilt by the image build being served. Easier to just set the binder requirements to >= when necessary imo. |
Maybe this particular issue is not caused by that, but what I mean by pip not having a solver is that if you install package |
I guess we disagree on this one - I usually tell people "try to do something with |
I have the same opinion here as @choldgraf as I said. But I'm also fine with changing if you'd prefer it the other way. So I think we'll leave this to you to decide what you'd prefer here. aka Feel free to merge if you feel your preference is stronger than our milder inclination. |
I could also live with using pip for our Binder, but the thing is that it is broken right now, so how can we fix that without switching to conda? |
@davidbrochart can you confirm that the Binder works for this branch? If so, I am happy to just merge this in since this is kind of "under-the-hood" changes anyway (it's not user-facing docs or anything) |
Sounds good - let's just go ahead and merge this one in, then. Thanks for taking the time to notice this, and also put in the fix @davidbrochart :-) |
Thanks @choldgraf! |
No description provided.