Cosmic verfication: root@concise-fly:~# virtualenv --no-download venv Running virtualenv with interpreter /usr/bin/python2 New python executable in /root/venv/bin/python2 Also creating executable in /root/venv/bin/python Installing setuptools, pkg_resources, pip, wheel...done. root@concise-fly:~# ./venv/bin/pip2 install -U hvac Collecting hvac Downloading http://mirror.dfw.rax.openstack.org/pypifiles/packages/97/96/ee2d10b985bb756cbcc8f177bb4eb5cb780a749fb15cff443f9a33751de5/hvac-0.8.2-py2.py3-none-any.whl (91kB) 100% |████████████████████████████████| 92kB 224kB/s Collecting requests>=2.21.0 (from hvac) Downloading http://mirror.dfw.rax.openstack.org/pypifiles/packages/7d/e3/20f3d364d6c8e5d2353c72a67778eb189176f08e873c9900e10c0287b84b/requests-2.21.0-py2.py3-none-any.whl (57kB) 100% |████████████████████████████████| 61kB 2.6MB/s Collecting chardet<3.1.0,>=3.0.2 (from requests>=2.21.0->hvac) Downloading http://mirror.dfw.rax.openstack.org/pypifiles/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB) 100% |████████████████████████████████| 143kB 915kB/s Collecting idna<2.9,>=2.5 (from requests>=2.21.0->hvac) Downloading http://mirror.dfw.rax.openstack.org/pypifiles/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl (58kB) 100% |████████████████████████████████| 61kB 51.9MB/s Collecting certifi>=2017.4.17 (from requests>=2.21.0->hvac) Downloading http://mirror.dfw.rax.openstack.org/pypifiles/packages/60/75/f692a584e85b7eaba0e03827b3d51f45f571c2e793dd731e598828d380aa/certifi-2019.3.9-py2.py3-none-any.whl (158kB) 100% |████████████████████████████████| 163kB 1.6MB/s Collecting urllib3<1.25,>=1.21.1 (from requests>=2.21.0->hvac) Downloading http://mirror.dfw.rax.openstack.org/pypifiles/packages/62/00/ee1d7de624db8ba7090d1226aebefab96a2c71cd5cfa7629d6ad3f61b79e/urllib3-1.24.1-py2.py3-none-any.whl (118kB) 100% |████████████████████████████████| 122kB 7.5MB/s Installing collected packages: chardet, idna, certifi, urllib3, requests, hvac Successfully installed certifi-2019.3.9 chardet-3.0.4 hvac-0.8.2 idna-2.8 requests-2.21.0 urllib3-1.24.1 root@concise-fly:~# apt-cache policy python-pip-whly N: Unable to locate package python-pip-whly root@concise-fly:~# apt-cache policy python-pip-whl python-pip-whl: Installed: 9.0.1-2.3ubuntu0.18.10.1 Candidate: 9.0.1-2.3ubuntu0.18.10.1 Version table: *** 9.0.1-2.3ubuntu0.18.10.1 500 500 http://archive.ubuntu.com/ubuntu cosmic-proposed/universe amd64 Packages 100 /var/lib/dpkg/status 9.0.1-2.3 500 500 http://archive.ubuntu.com/ubuntu cosmic/universe amd64 Packages
** Tags removed: verification-needed verification-needed-cosmic ** Tags added: verification-done verification-done-cosmic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822842 Title: pip fails to install package from source when extra-index-url returns 404 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1822842/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
