Skip to content

vsdownload: make it work inside Android proot environment#203

Open
devoln wants to merge 1 commit intomstorsjo:masterfrom
devoln:patch-1
Open

vsdownload: make it work inside Android proot environment#203
devoln wants to merge 1 commit intomstorsjo:masterfrom
devoln:patch-1

Conversation

@devoln
Copy link

@devoln devoln commented Oct 11, 2025

multiprocessing.Pool depends on multiprocessing.Semaphore. Creating it inside an Android proot throws an exception. Replacing multiprocessing with multithreading solves the problem.

multiprocessing.Pool depends on multiprocessing.Semaphore. Creating it inside an Android proot throws an exception. Replacing multiprocessing with multithreading solves the problem.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant