Skip to content

Instantly share code, notes, and snippets.

@Starrysparklez
Last active June 19, 2025 10:53
Show Gist options
  • Save Starrysparklez/f492e4b2514487273f1346c674c3f7d8 to your computer and use it in GitHub Desktop.
Save Starrysparklez/f492e4b2514487273f1346c674c3f7d8 to your computer and use it in GitHub Desktop.
Install Python Imaging Library (PIL) on Termux
apt update && apt upgrade -y
apt install python make wget termux-exec clang libjpeg-turbo freetype -y
env INCLUDE="$PREFIX/include" LDFLAGS=" -lm" pip install Pillow
@hcycycuf
Copy link

спс

@songzhi909
Copy link

thank you

@eatmaes
Copy link

eatmaes commented Feb 8, 2023

thank you!!!

@gregorycode-hash
Copy link

Thank you

@localsys
Copy link

thx bro it worked

@TejasIsCool
Copy link

Thank you!

@agnesnjoroge
Copy link

Thanks...it works

@Vovan228999
Copy link

Thanks

@barz231
Copy link

barz231 commented Jun 1, 2025

Work perfect

@rkstudio585
Copy link

Try this

apt install python-pillow

or

apt install python-<python packages name like numpy, cryptography, etc.>
``

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment