I'm using Termux and have successfully execute the script install.sh , but when i wanted to run the program:
~/Z-ransom$ python3 zransom.py
It gives me an error is like:
Traceback (most recent call last):
File "/data/data/com.termux/files/home/Z-ransom/zransom.py", line 4, in
from PIL import Image
ModuleNotFoundError: No module named 'PIL'
I'm using Termux and have successfully execute the script
install.sh
, but when i wanted to run the program:~/Z-ransom$
python3 zransom.py
It gives me an error is like: