[Python-modules-team] Bug#947069: pip does not handle manylinux2010 tag (PEP571)

2020-03-14 Thread Scott Kitterman
On Fri, 20 Dec 2019 13:27:54 +0100 Gabriel Corona wrote: > Package: python3-pip > Version: 18.1-5 > Severity: normal > > Dear Maintainer, > > The pip package as installed by python3-pip refuses to install > manylinux2010 wheels (see PEP 571). This needs a newer pip version to properly support.

[Python-modules-team] Bug#947069: pip does not handle manylinux2010 tag (PEP571)

2019-12-20 Thread Gabriel Corona
Package: python3-pip Version: 18.1-5 Severity: normal Dear Maintainer, The pip package as installed by python3-pip refuses to install manylinux2010 wheels (see PEP 571). Example : $ /usr/bin/python3.7m -m venv test.venv && . ./test.venv/bin/activate && pip install -vvv tensorflow==2.0.0