Issue 31813: python -m ensurepip hangs

Issue31813

Created on 2017-10-18 15:42 by Serhy Pyton, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
S71018-182104.jpg Serhy Pyton, 2017-10-18 15:42 screenshot
Messages (3)
msg304585 - (view) Author: Serhy Pyton (Serhy Pyton) Date: 2017-10-18 15:42
pip stucks, during installing python 3.6.3 in termux and not complete it. Posibly it's could be a problem only on meizu m2. Also it produse load in such state.
msg304603 - (view) Author: (yan12125) * Date: 2017-10-19 06:04
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|.
msg341575 - (view) Author: anthony shaw (anthonypjshaw) * (Python triager) Date: 2019-05-06 17:40
I believe the issue is caused by the issue referenced in the last comment. Closing issue
History
Date User Action Args
2022-04-11 14:58:53adminsetgithub: 75994
2019-05-06 17:40:24anthonypjshawsetstatus: open -> closed

nosy: + anthonypjshaw
messages: + msg341575

resolution: not a bug
stage: resolved

2017-10-20 18:56:03terry.reedysettitle: python -m enshure pip stucks -> python -m ensurepip hangs
2017-10-19 06:04:54yan12125setnosy: + yan12125
messages: + msg304603
2017-10-18 15:42:58Serhy Pytoncreate