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 install cmake fails on manylinux2010 docker image in python 3.8 after upgrade to pip>=20.0.0 #208

Closed
ulupo opened this issue Jan 22, 2020 · 2 comments
Assignees
Labels
CI enhancement New feature or request
Milestone

Comments

@ulupo
Copy link
Collaborator

ulupo commented Jan 22, 2020

Description

Our CI has been badly affected by the 20.0.0 and 20.0.1 releases of pip made on 21 January 2020. In python 3.8 and on the manylinus2010 docker image, it seems that upgrading to the latest version of pip, as is done in

pip install --upgrade pip setuptools
, leads to failure in installing cmake via pip. An example failed pipeline is https://dev.azure.com/maintainers/Giotto/_build/results?buildId=749&view=logs&j=bd2b5cb2-63a7-5df6-c258-4f0eed6d0bea&t=61277d3e-4d83-5d6d-ca98-417820a07973&l=69. The situation was "resolved" by fixing the upgrade step to pip v19.3.1 in (#205), but a better understanding and solution should be found.

@ulupo ulupo added the bug Something isn't working label Jan 22, 2020
@ulupo ulupo added this to the 0.1.5 milestone Jan 22, 2020
@ulupo ulupo self-assigned this Jan 22, 2020
@ulupo ulupo changed the title CI - pip install cmake fails on manylinux2010 docker image in python 3.8 after upgrade to pip>=20.0.020 CI - pip install cmake fails on manylinux2010 docker image in python 3.8 after upgrade to pip>=20.0.0 Jan 22, 2020
ulupo added a commit that referenced this issue Jan 22, 2020
Fix dev installation problem on manylinux2010 and python 3.8, due to pip upgrade (#208)
@nphilou
Copy link
Contributor

nphilou commented Jan 22, 2020

Sounds related to pypa/pip#7629

@ulupo ulupo added CI enhancement New feature or request and removed bug Something isn't working labels Jul 16, 2020
@ulupo
Copy link
Collaborator Author

ulupo commented Feb 2, 2022

Closing as obsolete.

@ulupo ulupo closed this as completed Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants