get-pip.py run on Thu Jan 24 11:38:53 2013 Downloading/unpacking pip Getting page http://pypi.python.org/simple/pip Could not fetch URL http://pypi.python.org/simple/pip: [Errno 104] Connection reset by peer Will skip URL http://pypi.python.org/simple/pip when looking for download links for pip Getting page http://pypi.python.org/simple/ Could not fetch URL http://pypi.python.org/simple/: [Errno 104] Connection reset by peer Will skip URL http://pypi.python.org/simple/ when looking for download links for pip Cannot fetch index base URL http://pypi.python.org/simple/ URLs to search for versions for pip: * http://pypi.python.org/simple/pip/ Getting page http://pypi.python.org/simple/pip/ Could not fetch URL http://pypi.python.org/simple/pip/: [Errno 104] Connection reset by peer Will skip URL http://pypi.python.org/simple/pip/ when looking for download links for pip Could not find any downloads that satisfy the requirement pip No distributions at all found for pip Exception information: Traceback (most recent call last): File "/tmp/unpacker-nX8Taj-scratchdir/pip/basecommand.py", line 126, in main self.run(options, args) File "/tmp/unpacker-nX8Taj-scratchdir/pip/commands/install.py", line 223, in run requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle) File "/tmp/unpacker-nX8Taj-scratchdir/pip/req.py", line 948, in prepare_files url = finder.find_requirement(req_to_install, upgrade=self.upgrade) File "/tmp/unpacker-nX8Taj-scratchdir/pip/index.py", line 152, in find_requirement raise DistributionNotFound('No distributions at all found for %s' % req) DistributionNotFound: No distributions at all found for pip
-----Original Message----- From: Ronan Amicel [mailto:[email protected]] Sent: Thursday, January 24, 2013 11:16 AM To: Stroehmann, James Cc: [email protected] Subject: Re: [Fab-user] pip install fabric fails So, what does /root/.pip/pip.log say? On Thu, Jan 24, 2013 at 4:16 PM, Stroehmann, James <[email protected]> wrote: > 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]> 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]] > 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]> 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] > https://lists.nongnu.org/mailman/listinfo/fab-user > > > > _______________________________________________ Fab-user mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/fab-user
