Skip to content
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

Closed
EricCousineau-TRI opened this issue Apr 20, 2018 · 3 comments
Closed

CI: pip>=10.0 may cause breakages in testing? #1372

EricCousineau-TRI opened this issue Apr 20, 2018 · 3 comments

Comments

@EricCousineau-TRI
Copy link
Collaborator

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 its pip version, or perhaps constrain pip to upgrade to <10.0?

@peteflorence
Copy link

peteflorence commented Apr 20, 2018 via email

@henryiii
Copy link
Collaborator

See the changes in the reference PR. It's still using pip10. You really should be only using python -m pip, not pip the command. 😠 🙄

@wjakob
Copy link
Member

wjakob commented Apr 29, 2018

This is fixed now AFAIK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants