#pip install error?

22 messages · Page 1 of 1 (latest)

untold granite
#

Hey, I don't know if anyone has already answered this question, However I didn't find anything in the posts
I think I have a problem with pip

It's possible that I'm just not using the right command, honestly I don't know Linux that well.

#

To give more information, I try to install python then the "discum" library

sand trellis
#

at the end of the second screenshot it says you need the library libexpat. Try this : pkg install libexpat

untold granite
#

We have made progress but I have another problem

sand trellis
#

have you run pkg upgrade after you installed termux?

#

if you have not done so that could fix your issue

untold granite
#

Thanks for your help, I'll try
I haven't used the app yet, I'm going to get used to it 😂

sand trellis
untold granite
#

It worked !!!

#

Thank you so much

untold granite
#

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

sand trellis
untold granite
#

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

sand trellis
#

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

untold granite
#

Hmmm