#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.

Change History (1)

comment:1 Changed at 2013-08-27T12:12:34Z by zooko

  • Description modified (diff)

dstufft says that pip has timeouts for this.

Note: See TracTickets for help on using tickets.