-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
CI: pip>=10.0 may cause breakages in testing? #1372
Comments
Hey Eric, if you scroll through other comments in that issue there seem to
be other solutions for example using pip2 instead of pip. Explicitly
specifying 9.0.3 worked for our use case but you might want a different
solution.
…On Fri, Apr 20, 2018 at 12:07 PM Eric Cousineau ***@***.***> wrote:
From this issue pypa/pip#5240 (comment)
<pypa/pip#5240 (comment)>
***@***.*** <https://github.com/peteflorence> had run into this, which
was resolved in RussTedrake/underactuated#116
<RussTedrake/underactuated#116>)
I've noticed what might look like a similar failure in AppVeyor results:
https://ci.appveyor.com/project/wjakob/pybind11/build/1.0.2770/job/42dem9qbijtwx6er#L46
(From PR #1367 <#1367>)
Should .appveyor.yml not upgrade its pip version, or perhaps constrain pip
to upgrade to <10.0?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1372>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFYQqHfv46g-wQZjZGxVaJHYutgDL25qks5tqgfOgaJpZM4Tdt5W>
.
|
See the changes in the reference PR. It's still using pip10. You really should be only using |
This is fixed now AFAIK. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From this issue pypa/pip#5240 (comment)
(@peteflorence had run into this, which was resolved in RussTedrake/underactuated#116)
I've noticed what might look like a similar failure in AppVeyor results:
https://ci.appveyor.com/project/wjakob/pybind11/build/1.0.2770/job/42dem9qbijtwx6er#L46
(From PR #1367)
Should
.appveyor.yml
not upgrade itspip
version, or perhaps constrainpip
to upgrade to<10.0
?The text was updated successfully, but these errors were encountered: