-
Notifications
You must be signed in to change notification settings - Fork 17
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
Upgrade pip to 20.2+ #142
Comments
True, this must be examined ASAP. I'd expect things will not improve for us unambiguously, but stir up some unresolved problems (which might necessitate downgrading pip for the time being). For example, I recall we could not use |
|
Another example of unresolved problems that the new pip behaviour will make us stumble over: Our core installation procedure! There we have a couple of sub-packages which mutually depend on each other. But pip cannot install all of them at once (at least to my knowledge), so our
This can currently be seen in our Docker builds. I guess that 2.11.0 comes from |
Strange enough, but this does not seem to be a problem when using I suggest starting a PR or feature branch using |
@bertsky, some minutes ago I tried |
Looking closer at that problem, I think that the |
Yes, agreed. |
@kba, I think we can close this issue. We already use pip 20.2.4, and I expect it will work after October, too. |
@stweil Should we make |
I don't think that's needed, because it will be the default in a few days anyway, and we would have to remove that option later again. |
Okay then :) |
https://pip.pypa.io/en/stable/user_guide/#changes-to-the-pip-dependency-resolver-in-20-2-2020
We should explore that new dependency algorithm and consider upgrading.
The text was updated successfully, but these errors were encountered: