[openstack-dev] [solum][general] some pip package installs from requirements.txt fail when using pip 1.5

Paul Czarkowski paul.czarkowski at RACKSPACE.COM
Thu Jan 2 22:46:06 UTC 2014


I have a box with a newer version of pip ( 1.5 ) and it refuses to install netaddr >= 0.7.6 as it's an external/insecure pip package.    This may cause issues for devs that are running newer versions of pip than standard system packages.   There maybe other packages in the larger global-requirements ( https://github.com/openstack/requirements/blob/master/global-requirements.txt ) that will suffer the same fate.

The error message looks something like this

Downloading/unpacking netaddr>=0.7.6 (from -r requirements.txt (line 3))
  Could not find a version that satisfies the requirement netaddr>=0.7.6 (from -r requirements.txt (line 3)) (from versions: 0.3.1, 0.3.1, 0.4, 0.4, 0.5.1, 0.5.1, 0.5.2, 0.5.2, 0.5, 0.5, 0.6.1, 0.6.1, 0.6.2, 0.6.2, 0.6.3, 0.6.3, 0.6.4, 0.6.4, 0.6, 0.6, 0.7.1, 0.7.1, 0.7.2, 0.7.2, 0.7.3, 0.7.3, 0.7, 0.7)
  Some insecure and unverifiable files were ignored (use --allow-unverified netaddr to allow).
Cleaning up...
No distributions matching the version for netaddr>=0.7.6 (from -r requirements.txt (line 3))
Storing debug log for failure in /home/paul6951/.pip/pip.log

Dropping the netaddr version to 0.7.3 fixes the error I see as does running 'pip install --allow-all-external --allow-unverified netaddr  -r requirements.txt'


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20140102/2de39b53/attachment.html>


More information about the OpenStack-dev mailing list