According to
https://groups.google.com/d/msg/ipaddr-py-dev/T8jV4csZUE4/cOjEdimzRD4J ,
2.1.11 version just got uploaded to PyPI, so things should get back to
normal.
On Fri, Feb 7, 2014 at 9:36 PM, Yuriy Taraday wrote:
> The simplest way to do so is to add caching to pip and put the file to
> ap
The simplest way to do so is to add caching to pip and put the file to
appropriate place in the cache.
You can add this to /root/.pip/pip.conf:
[global]
download_cache = /var/cache/pip
And then put the file to
/var/cache/pip/https%3A%2F%2Fgoogledrive.com%2Fhost%2F0Bwh63zyus-UlZ1dxQ08zczVRbXc%2Fip
On Fri Feb 7 08:25:24 2014, Ilya Shakhat wrote:
> Hi Doug,
>
> I'm trying to install WSME 0.6, but today it fails due to inability to
> install ipaddr dependency.
>
> Pip output:
> Downloading/unpacking ipaddr (from WSME)
> You are installing a potentially insecure and unverifiable file.
> Futu
According to ipaddr's homepage: https://code.google.com/p/ipaddr-py/ ,
they've recently moved releases to Google Drive. And if you try to download
them with your browser, you get:
Sorry, you can't view or download this file at this time.
> Too many users have viewed or downloaded this file recentl
Hi Doug,
I'm trying to install WSME 0.6, but today it fails due to inability to
install ipaddr dependency.
Pip output:
Downloading/unpacking ipaddr (from WSME)
You are installing a potentially insecure and unverifiable file. Future
versions of pip will default to disallowing insecure files.
H