pandas-dev/pandas

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

Closed this issue · 3 comments

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

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.