#pip install error?
22 messages · Page 1 of 1 (latest)
at the end of the second screenshot it says you need the library libexpat. Try this : pkg install libexpat
have you run pkg upgrade after you installed termux?
if you have not done so that could fix your issue
Thanks for your help, I'll try
I haven't used the app yet, I'm going to get used to it 😂
yes it's normal . There is a learning curve with this stuff 
So, I tried to make a .sh file for termux widget but...
This is the first time I make a script file, I'm not sure it's well written
it says you cannot cd to that directory. Does that directory exist? Is it writter correctly in your script?
Yes, and the app has access to files
That's why I don't understand
I may have written the path wrong, can it understand the move? Normally with the "/" in front it should understand that I am starting from 0
Should I go further to the root
idk if that will fix it but but a put shebang so we know what interpreter it uses . on the first line of rocketstopsender.sh put #!/data/data/com.termux/files/usr/bin/bash