I don't have login access to the server where this happened, but the log output I did get from Jenkins showed: 2013-02-19 15:22:14.883 | Downloading/unpacking wsme>=0.5b1 (from -r /home/jenkins/workspace/gate-ceilometer-pep8/tools/pip-requires (line 22)) 2013-02-19 15:22:14.883 | Could not find any downloads that satisfy the requirement wsme>=0.5b1 (from -r /home/jenkins/workspace/gate-ceilometer-pep8/tools/pip-requires (line 22)) 2013-02-19 15:22:14.884 | No distributions at all found for wsme>=0.5b1 (from -r /home/jenkins/workspace/gate-ceilometer-pep8/tools/pip-requires (line 22)) 2013-02-19 15:22:14.884 | Storing complete log in /home/jenkins/.pip/pip.log When I tried to install the same package locally using "pip install WSME" I got:
$ pip install WSME Downloading/unpacking WSME Cannot fetch index base URL http://pypi.python.org/simple/ Could not find any downloads that satisfy the requirement WSME No distributions at all found for WSME Storing complete log in /Users/dhellmann/.pip/pip.log and the log had: ------------------------------------------------------------ /Users/dhellmann/Envs/515b1a328363c4b7/bin/pip run on Tue Feb 19 10:40:49 2013 Downloading/unpacking WSME Getting page http://pypi.python.org/simple/WSME Could not fetch URL http://pypi.python.org/simple/WSME: <urlopen error [Errno 54] Connection reset by peer> Will skip URL http://pypi.python.org/simple/WSME when looking for download links for WSME Getting page http://pypi.python.org/simple/ Could not fetch URL http://pypi.python.org/simple/: <urlopen error [Errno 54] Connection reset by peer> Will skip URL http://pypi.python.org/simple/ when looking for download links for WSME Cannot fetch index base URL http://pypi.python.org/simple/ URLs to search for versions for WSME: * http://pypi.python.org/simple/WSME/ Getting page http://pypi.python.org/simple/WSME/ Could not fetch URL http://pypi.python.org/simple/WSME/: <urlopen error [Errno 54] Connection reset by peer> Will skip URL http://pypi.python.org/simple/WSME/ when looking for download links for WSME Could not find any downloads that satisfy the requirement WSME No distributions at all found for WSME Exception information: Traceback (most recent call last): File "/Users/dhellmann/Envs/515b1a328363c4b7/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/basecommand.py", line 104, in main status = self.run(options, args) File "/Users/dhellmann/Envs/515b1a328363c4b7/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/commands/install.py", line 245, in run requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle) File "/Users/dhellmann/Envs/515b1a328363c4b7/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/req.py", line 978, in prepare_files url = finder.find_requirement(req_to_install, upgrade=self.upgrade) File "/Users/dhellmann/Envs/515b1a328363c4b7/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/index.py", line 157, in find_requirement raise DistributionNotFound('No distributions at all found for %s' % req) DistributionNotFound: No distributions at all found for WSME Changing my ~/.pip/pip.cfg to have: [global] index-url = https://pypi.python.org/simple/ Allowed it to download the package and install it with its dependencies. On Feb 19, 2013, at 10:40 AM, Donald Stufft wrote: > On Tuesday, February 19, 2013 at 10:38 AM, Doug Hellmann wrote: >> I'm also seeing failures to find/download packages on our internal CI >> systems here at DreamHost and for the public OpenStack servers. >> >> On Feb 19, 2013, at 9:21 AM, M.-A. Lemburg wrote: >> >>> Same here. The web interface got really slow after the switch. >>> >>> On 19.02.2013 14:55, Andreas Jung wrote: >>>> Hi there, >>>> >>>> since the switch to https:// I have massive problems running larger >>>> buildouts. After every second or third pulled package I receive a >>>> connection reset by peer error. >>>> >>>> Andreas >>> >>> -- >>> Marc-Andre Lemburg >>> eGenix.com >>> >>> Professional Python Services directly from the Source (#1, Feb 19 2013) >>>>>> Python Projects, Consulting and Support ... http://www.egenix.com/ >>>>>> mxODBC.Zope/Plone.Database.Adapter ... http://zope.egenix.com/ >>>>>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/ >>> ________________________________________________________________________ >>> >>> ::::: Try our mxODBC.Connect Python Database Interface for free ! :::::: >>> >>> eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 >>> D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg >>> Registered at Amtsgericht Duesseldorf: HRB 46611 >>> http://www.egenix.com/company/contact/ >>> _______________________________________________ >>> Catalog-SIG mailing list >>> [email protected] >>> http://mail.python.org/mailman/listinfo/catalog-sig >> >> _______________________________________________ >> Catalog-SIG mailing list >> [email protected] >> http://mail.python.org/mailman/listinfo/catalog-sig > What sort of failures? Can you post logs or anything?
_______________________________________________ Catalog-SIG mailing list [email protected] http://mail.python.org/mailman/listinfo/catalog-sig
