Pip psutil wont install #17929
-
|
I use termux on my phone and when I do "pip install psutil" it says this please help: $ pip install psutil × Building wheel for psutil (pyproject.toml) did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Please update all your packages to latest. |
Beta Was this translation helpful? Give feedback.
-
|
Upgrade your packages. |
Beta Was this translation helpful? Give feedback.
-
Install clang-16 from tur-repopkg install clang-16 Set environment variable before pip installexport CC=clang-16 |
Beta Was this translation helpful? Give feedback.
pip3 install psutilworks, no errors reproducible.Upgrade your packages.