[Bug]: pip install psutil doesn't work
Problem description
Steps to reproduce the behavior.
i can't install psutil
What is the expected behavior?
No response
System information
- Termux application version: 0.119.0-beta.3 (1022)
- Android OS version: 20
- Device model: UG Phone
Use global pip install, or switch to Termux v0.118.3 may works
Use global pip install, or switch to Termux v0.118.3 may works
Termux v0.118.3 still have same problem
do you have build-essential installed? or at least llvm?
i can't reproduce your issue on my devices
do you have
build-essentialinstalled? or at leastllvm? i can't reproduce your issue on my devices
I already installed build-essential and llvm
can you share your termux-info output?
maybe someone could give you an explanation
can you share your
termux-infooutput? maybe someone could give you an explanation
Use global pip install, or switch to Termux v0.118.3 may works
Termux v0.118.3 still have same problem
Your screenshot shows the Termux version you're using is still 0.119.x? And have you tried to execute pip install psutil directly?
Use global pip install, or switch to Termux v0.118.3 may works
Termux v0.118.3 still have same problem
Your screenshot shows the Termux version you're using is still 0.119.x? And have you tried to execute
pip install psutildirectly?
I used pip install psutil
Install clang-16 from tur-repo
pkg install clang-16
Set environment variable before pip install
export CC=clang-16 pip install aiohttp
export CC=clang-16
fixed, thank sir
Install clang-16 from tur-repo
pkg install clang-16
Set environment variable before pip install
export CC=clang-16 pip install aiohttp
Seems not work in uv
Install clang-16 from tur-repo
pkg install clang-16
Set environment variable before pip install
export CC=clang-16 pip install aiohttp
Seems not work in uv
It should to