This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scoder
Recipients Sohaib Ahmad, gson, orsenthil, r.david.murray, scoder
Date 2017-01-08.11:28:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483874926.4.0.144873246347.issue27973@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-01-08 11:28:46scodersetrecipients: + scoder, orsenthil, r.david.murray, Sohaib Ahmad, gson
2017-01-08 11:28:46scodersetmessageid: <1483874926.4.0.144873246347.issue27973@psf.upfronthosting.co.za>
2017-01-08 11:28:46scoderlinkissue27973 messages
2017-01-08 11:28:46scodercreate