[issue31813] python -m enshure pip stucks

Chi Hsuan Yen report at bugs.python.org
Thu Oct 19 02:04:54 EDT 2017


Chi Hsuan Yen <yan12125 at gmail.com> added the comment:

Might be caused by this bug: https://github.com/pypa/pip/issues/3532

pip uses lockfile, and lockfile uses hard links, which are prohibited on newer Android versions unless you're root. A workaround is configuring python with |./configure --without-ensurepip|.

----------
nosy: +Chi Hsuan Yen

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31813>
_______________________________________


More information about the Python-bugs-list mailing list