Hah … getting the same error trying to *install* pip. root@casta:~# curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 85929 100 85929 0 0 332k 0 --:--:-- --:--:-- --:--:-- 346k
root@casta:~# python get-pip.py Downloading/unpacking pip Cannot fetch index base URL http://pypi.python.org/simple/ Could not find any downloads that satisfy the requirement pip No distributions at all found for pip Storing complete log in /root/.pip/pip.log From: Ronan Amicel [mailto:[email protected]] Sent: Thursday, January 24, 2013 9:59 AM To: Stroehmann, James Cc: [email protected] Subject: Re: [Fab-user] pip install fabric fails There was a fix for an issue related to the support of PyPI mirrors in pip 1.2. Not sure it's related to what you're experiencing, but you may want to upgrade anyway. http://www.pip-installer.org/en/latest/installing.html On Thu, Jan 24, 2013 at 3:33 PM, Stroehmann, James <[email protected]<mailto:[email protected]>> wrote: Doesn’t seem to be a networking issue: root@casta:~# curl -o /tmp/curl.tmp http://pypi.python.org/simple/ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1241k 100 1241k 0 0 1022k 0 0:00:01 0:00:01 --:--:-- 1087k Usemirrors also fails root@casta:~# pip install fabric --upgrade --use-mirrors Downloading/unpacking fabric Cannot fetch index base URL http://pypi.python.org/simple/ Could not find any downloads that satisfy the requirement fabric No distributions at all found for fabric Storing complete log in /root/.pip/pip.log Maybe I need to upgrade pip? root@casta:~# cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=12.04 DISTRIB_CODENAME=precise DISTRIB_DESCRIPTION="Ubuntu 12.04.1 LTS" root@casta:~# pip --version pip 1.0 from /usr/lib/python2.7/dist-packages (python 2.7) From: Ronan Amicel [mailto:[email protected]<mailto:[email protected]>] Sent: Thursday, January 24, 2013 8:47 AM To: Stroehmann, James Cc: [email protected]<mailto:[email protected]> Subject: Re: [Fab-user] pip install fabric fails Either there are networking issues on your side, or the main PyPI site is down. In that case, you can tell pip to fall back to one of the mirrors by adding the '--use-mirrors' option. On Wed, Jan 23, 2013 at 10:41 PM, Stroehmann, James <[email protected]<mailto:[email protected]>> wrote: I get this error when trying to install fabric with pip: root@casta:~# pip install fabric --upgrade Downloading/unpacking fabric Cannot fetch index base URL http://pypi.python.org/simple/ Could not find any downloads that satisfy the requirement fabric No distributions at all found for fabric Storing complete log in /root/.pip/pip.log Anyone know why that is happening? _______________________________________________ Fab-user mailing list [email protected]<mailto:[email protected]> https://lists.nongnu.org/mailman/listinfo/fab-user
_______________________________________________ Fab-user mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/fab-user
