[issue27973] urllib.urlretrieve() fails on second ftp transfer

Stefan Behnel report at bugs.python.org
Sun Jan 8 06:28:46 EST 2017


Stefan Behnel added the comment:

This bug makes the installation of lxml fail on many systems (especially MacOS) when pip installs from sources, because it tries to download its library dependencies from FTP and crashes due to the FTP "error". I guess the current fix is to not use urllib for that and instead implement the FTP downloads separately. That's unfortunate.

----------
nosy: +scoder

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27973>
_______________________________________


More information about the Python-bugs-list mailing list