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 eryksun
Recipients Harry Lam, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-07-28.05:06:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438059976.52.0.708690140454.issue24738@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is that the 3rd party [lockfile][1] module assumes that if os.link exists it means hard links are supported for all file systems on a given platform. So in your case it gets stuck repeatedly trying an operation that can never succeed. This can probably be worked around in pip, for which you've already opened an [issue][2]. AFAICT, there's nothing to be done in Python's standard library.

[1]: https://github.com/openstack/pylockfile
[2]: https://github.com/pypa/pip/issues/2993
History
Date User Action Args
2015-07-28 05:06:16eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, Harry Lam
2015-07-28 05:06:16eryksunsetmessageid: <1438059976.52.0.708690140454.issue24738@psf.upfronthosting.co.za>
2015-07-28 05:06:16eryksunlinkissue24738 messages
2015-07-28 05:06:15eryksuncreate