T
Termux2mo ago
᲼᲼

Hey Guy i have a Problem with Pip

Bash: /data/data/com.termux/files/usr/bin/pip: cannot execute: required file not found.
10 Replies
TomIO
TomIO2mo ago
Did you install pip? It doesn't seem to be installed. You can use
pkg up
pkg i python-pip
pkg up
pkg i python-pip
To install it.
᲼᲼
᲼᲼OP2mo ago
I fix it by just reset the termux now do u got solution for this? note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error × pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip.
TomIO
TomIO2mo ago
There literally is not enough information in the error snippet you provided to determine a cause.
᲼᲼
᲼᲼OP2mo ago
pip install -r requirements.txt And that error show up
TomIO
TomIO2mo ago
well requirements.txt is a list of dependencies. which one is failing and what's the specific error
᲼᲼
᲼᲼OP2mo ago
Oh
᲼᲼
᲼᲼OP2mo ago
No description
TomIO
TomIO2mo ago
maturin, okay.
᲼᲼
᲼᲼OP2mo ago
Anyway i can fix that?
TomIO
TomIO2mo ago
Take a guess.
No description

Did you find this page helpful?