[Distutils] Disabling non HTTPS access to APIs on PyPI

Paul Moore p.f.moore at gmail.com
Fri Oct 27 17:41:44 EDT 2017


On 27 October 2017 at 22:22, Alex Domoradov <alex.hha at gmail.com> wrote:
> I got it. And what I should do with old system? For e.g. we still use ubuntu
> 12.04. Is there any way to upgrade pip/setuptools?

Well, if Ubuntu aren't offering an upgrade, you can do

pip install -i https://pypi.python.org/simple/ ...

Or install your own copy of pip/setuptools, I guess (get-pip --user,
see https://pip.pypa.io/en/stable/installing/#installing-with-get-pip-py).
Paul


More information about the Distutils-SIG mailing list