Closed vinayakpawar94 closed 2 days ago
Could you provide the full command and error output?
You can install python-numpy package with pkg command.
Yes, I install python by using pkg command.
@vinayakpawar94 not python. python-numpy.
No I will try, Just a moment please
I feel embarrassed when I notice small, silly mistakes. Thank you, Thank you so much @twaik @Biswa96
I have a small request for both of you, Please help me whenever I get stuck in coding or in the Termux environment. Your assistance would be greatly appreciated and beneficial for my future. 😊
You can ask for help in #coding channel of our discord.
Sure, I will definitely join. Thank you man
Problem description
I am reaching out to seek assistance regarding an issue I’ve been facing with installing Python libraries on Termux. Every attempt to install packages via pip ends in a subprocess-exited-with-error message. Despite trying several troubleshooting methods, including installing essential build dependencies (cmake, clang, make, etc.), updating Termux, and adjusting pip installation flags, the error persists.
Here is a summary of my setup and the methods I have tried: Error Message: subprocess-exited-with-error (occurs with various libraries like numpy and others)
What steps will reproduce the bug?
roubleshooting Steps Tried: Updated all Termux packages (pkg update && pkg upgrade) Installed build-essential, cmake, clang, and other necessary build tools Tried pip installation with --no-binary :all: and --no-build-isolation flags
What is the expected behavior?
No response
System information