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]]
Sent: Thursday, January 24, 2013 8:47 AM
To: Stroehmann, James
Cc: [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

Reply via email to