Closed AkechiShiro closed 3 years ago
Working but only on Qpython3 with this command 'python-android5' and 'python-android5 -m pip install "package_you_want" ' and on Qpython only python-android5 work, pip install does not work.
Thanks for feedback,
On QPython, you can try python-android5 /sdcard/com.hipipal.qpyplus/script/pip_console.py install "package_you_want" ?
BTW: It's strange that the QPython3 didn't recognize your android version automatically. What's the model of your android device ?
My model is a Xiaomi Redmi note 2, and my rom is the lastest official one from MIUI. Oh and the path is scripts, alright it works, it give me a pip console then i can install any packages from that console. Here is a screenshot
Closing this issue since I don't own the device anymore, and I have not faced this issue in my newest devices.
When entering the command python -m pip install it return error only position independent executable are supported (PIE) it's because of the new security in Android 5.0(i'm sure of it I tested it on android 4.3 and it worked flawlessly) to reallocate or change any memory address of any executables but a lot of apps before didn't support it. Here is what PIE is :