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'


_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to