Export to GitHub

pylockfile - issue #35

pylockfile being served from your dyndns address


Posted on Jun 24, 2014 by Happy Bird

When I am installing Amazon's CloudFormation bootstrap, which depends on pylockfile, I see this:

Searching for lockfile>=0.9 Reading http://pypi.python.org/simple/lockfile/ Reading http://code.google.com/p/pylockfile/ Reading http://smontanaro.dyndns.org/python/ Download error on http://smontanaro.dyndns.org/python/: timed out -- Some packages may not be found! Reading http://smontanaro.dyndns.org/python/ Download error on http://smontanaro.dyndns.org/python/: timed out -- Some packages may not be found! Reading http://smontanaro.dyndns.org/python/ Download error on http://smontanaro.dyndns.org/python/: timed out -- Some packages may not be found! Reading http://smontanaro.dyndns.org/python/ Download error on http://smontanaro.dyndns.org/python/: timed out -- Some packages may not be found! Reading http://smontanaro.dyndns.org/python/ Download error on http://smontanaro.dyndns.org/python/: timed out -- Some packages may not be found! Reading http://smontanaro.dyndns.org/python/ Download error on http://smontanaro.dyndns.org/python/: timed out -- Some packages may not be found! Best match: lockfile 0.9.1 Downloading https://pypi.python.org/packages/source/l/lockfile/lockfile-0.9.1.tar.gz#md5=ce61468d4c1263e3005737bbed2641f0 Processing lockfile-0.9.1.tar.gz

Comment #1

Posted on Jul 23, 2014 by Grumpy Horse

Furthermore, it seems easy_install will simply fail to install anything if this link cannot be resolved to something:

easy_install lockfile Searching for lockfile Reading https://pypi.python.org/simple/lockfile/ Reading http://code.google.com/p/pylockfile/ Reading http://smontanaro.dyndns.org/python/ error: timed out

I suspect that the PyPI record for this project is using a compatibility mode for advertizing links too liberally. I suspect what needs to be done is change the hosting mode on PyPI (using the 'urls' option in the project admin) to use the preferred method for advertizing URLs (and remove any extraneous ones from the package advertizement).

Status: New

Labels:
Type-Defect Priority-Medium