This repository was archived by the owner on Feb 24, 2023. It is now read-only.
forked from rave-engine/python3-android
-
Notifications
You must be signed in to change notification settings - Fork 35
Fix build-time ensurepip #3
Labels
Comments
Current workaround: run
|
Also, latest pip hang after running most commands. Android doesn't allow non-root processes to create hard links, which breaks the lockfile module. See pypa/pip#3532. Update: pip is moving away from pylockfile: pypa/pip#4766 |
Also related to pypa/pip#3063. Possible fixes at https://github.com/yan12125/pip/tree/pip-3063 and https://github.com/yan12125/setuptools/tree/pip-3063 |
yan12125
pushed a commit
that referenced
this issue
Aug 9, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It's broken by a CPython bug, which attempts to install pip on the host even for cross-builds.
The text was updated successfully, but these errors were encountered: