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

2014-01-02 Thread Paul Czarkowski
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

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

2014-01-02 Thread Jeremy Stanley
On 2014-01-02 22:46:06 + (+), Paul Czarkowski wrote: [...] 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' Yes, this and needing a new virtualenv release for the issue Monty