-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation failed -psutil #499
Comments
@aljawary this is more of a termux issue, you need to read and fix the errors preventing installation of psutil |
Having the same problem. Cannot install
|
Same error |
@Kartoshaaa do you have |
On my phone I don't have wheel installed. But even after installation, the command with
|
@xyzzklk check this out termux/termux-packages#20039 |
Still the same error |
@Kartoshaaa check the link in my previous comment |
It works now, thank you!!!!!!! |
Here is the command that will solve this error: _file="$(find $PREFIX/lib/python3.11 -name "_sysconfigdata*.py")"
rm -rf $PREFIX/lib/python3.11/__pycache__
cp $_file "$_file".backup
sed -i 's|-fno-openmp-implicit-rpath||g' "$_file" Taken from: termux/termux-packages#20039 (comment) |
Describe the Error / Feature Request
Everything is fine untill psutil installation part
To Reproduce
Expected behavior
Screenshots
Please complete the following information :
The text was updated successfully, but these errors were encountered: