fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fab-user] pip install fabric fails


From: Ronan Amicel
Subject: Re: [Fab-user] pip install fabric fails
Date: Thu, 24 Jan 2013 15:58:44 +0100

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 <address@hidden> wrote:

Doesn’t seem to be a networking issue:

address@hidden:~# 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

 

address@hidden:~# 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?

 

address@hidden:~# cat /etc/lsb-release

DISTRIB_ID=Ubuntu

DISTRIB_RELEASE=12.04

DISTRIB_CODENAME=precise

DISTRIB_DESCRIPTION="Ubuntu 12.04.1 LTS"

address@hidden:~# pip --version

pip 1.0 from /usr/lib/python2.7/dist-packages (python 2.7)

 

 

 

From: Ronan Amicel [mailto:address@hidden]
Sent: Thursday, January 24, 2013 8:47 AM
To: Stroehmann, James
Cc: address@hidden
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 <address@hidden> wrote:

I get this error when trying to install fabric with pip:

 

address@hidden:~# 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
address@hidden
https://lists.nongnu.org/mailman/listinfo/fab-user

 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]