<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>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 ( <a href="https://github.com/openstack/requirements/blob/master/global-requirements.txt">https://github.com/openstack/requirements/blob/master/global-requirements.txt</a> ) that will suffer the same fate.</div>
<div><br>
</div>
<div>The error message looks something like this</div>
<div><br>
</div>
<div>
<div>Downloading/unpacking netaddr>=0.7.6 (from -r requirements.txt (line 3))</div>
<div>  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)</div>
<div>  Some insecure and unverifiable files were ignored (use --allow-unverified netaddr to allow).</div>
<div>Cleaning up...</div>
<div>No distributions matching the version for netaddr>=0.7.6 (from -r requirements.txt (line 3))</div>
<div>Storing debug log for failure in /home/paul6951/.pip/pip.log</div>
</div>
<div><br>
</div>
<div>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'</div>
<div><br>
</div>
<div><br>
</div>
</body>
</html>