Installing pymupdf on android crashes during backend dependencies

Hi

I am trying tp install pymupdf on my android phone (I know this sounds cumbersome but I have a reason to do so). I have python 3.13 installed and run it in the termux console. When runnimg

Pip install pymupdf

I get the followimg output, and then the script just stops moving:

pip install pymupdf
Collecting pymupdf
Using cached pymupdf-1.27.2.3.tar.gz (85.8 MB)
Installing build dependencies … done
Getting requirements to build wheel … done
Installing backend dependencies … |

Any idea?

What happens if you do: pip install -v pymupdf is there any further info?