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

BUG: Pip 20.3 is causing Linux py38 np dev pipeline to fail #38221

Closed
phofl opened this issue Dec 1, 2020 · 3 comments · Fixed by #41637
Closed

BUG: Pip 20.3 is causing Linux py38 np dev pipeline to fail #38221

phofl opened this issue Dec 1, 2020 · 3 comments · Fixed by #41637
Labels
CI Continuous Integration Dependencies Required and optional dependencies Upstream issue Issue related to pandas dependency
Milestone

Comments

@phofl
Copy link
Member

phofl commented Dec 1, 2020

The first pipeline to fail was 2a115d5 which also was the first pipeline using pip 20.3

This seems to be a problem with scipy version.

@jreback @jbrockmendel @jorisvandenbossche

Last pipeline to work:
https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=49130&view=logs&j=eab14f69-13b6-5db7-daeb-7b778629410b&t=71ac627c-7b38-59b1-014b-81753001ec5e

First fo fail:
https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=49159&view=logs&j=eab14f69-13b6-5db7-daeb-7b778629410b&t=71ac627c-7b38-59b1-014b-81753001ec5e&l=333

@phofl phofl added Bug Needs Triage Issue that has not been reviewed by a pandas team member CI Continuous Integration and removed Needs Triage Issue that has not been reviewed by a pandas team member labels Dec 1, 2020
@jorisvandenbossche
Copy link
Member

See pypa/pip#9186

@jorisvandenbossche
Copy link
Member

So once this is fixed upstream, we should revert the pin.

@jorisvandenbossche jorisvandenbossche added this to the 1.3 milestone Dec 2, 2020
@pradyunsg
Copy link

Noting that, from my PoV, the underlying issue here is that pip's getting wheels with versions that are not valid (see pypa/pip#9186 (comment)) and this is the first version of pip where it rejects such wheels by default. The fix probably needs to happen wherever the wheels are being generated.

@lithomas1 lithomas1 added Dependencies Required and optional dependencies Upstream issue Issue related to pandas dependency and removed Bug labels May 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Dependencies Required and optional dependencies Upstream issue Issue related to pandas dependency
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants