Comment 1 for bug 1905386

Revision history for this message
Javier Peña (jpena-c) wrote :

Following advice from ykarel, we can reproduce this if we run the following command-line on a python2 venv:

$ pip install --index-url="https://mirror.bhs1.ovh.opendev.org/pypi/simple" --extra-index-url="https://mirror.bhs1.ovh.opendev.org/wheel/centos-7.8-x86_64" --trusted-host=mirror.bhs1.ovh.opendev.org rdopkg

However, when using a different mirror, it works as expected:

$ pip install --index-url="https://mirror.regionone.vexxhost.rdoproject.org/pypi/simple" --extra-index-url="https://mirror.regionone.vexxhost.rdoproject.org/wheel/centos-7.8-x86_64" --trusted-host=mirror.regionone.vexxhost.rdoproject.org rdopkg