Opened at 2012-06-01T01:19:23Z
Last modified at 2016-03-26T23:29:37Z
#1753 closed defect
build can hang while trying to find dependencies — at Version 1
Reported by: | davidsarah | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 1.11.0 |
Component: | packaging | Version: | 1.9.1 |
Keywords: | build setuptools hang pip | Cc: | |
Launchpad Bug: |
Description (last modified by zooko)
$ python setup.py test [...] Searching for pycryptopp>=0.6.0 Reading http://pypi.python.org/simple/pycryptopp/ Reading http://allmydata.org/trac/pycryptopp Reading http://tahoe-lafs.org/trac/pycryptopp Reading http://allmydata.org/source/pycryptopp Reading http://allmydata.org/source/zfec [hangs for ~20 minutes] ^C^Cinterrupted
I don't know whether it is significant that it was trying to connect to allmydata.org; that resolves to the same IP as tahoe-lafs.org, so it should be harmless. Anyway, if there is no timeout then that is very broken.
Note: See
TracTickets for help on using
tickets.
dstufft says that pip has timeouts for this.