-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[Python py project unable to build wheel]: #20039
Comments
I can reproduce the same error with |
This issue will be difficult to fix in the builder side until next NDK ships. A possible way is modifying _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" Related: #19766 Edit: |
Hi i can not access the lib, any solution for this??
|
similarly
|
If you are in Android device or termux environment replace
|
yes, it really helped) |
Yes, it works for me too. Thanks |
it works for me too. thanks bro |
Thanks a lot, and it also works for clang++. #19766 |
I have been awake for several nights looking for a solution to this problem, now I have found it, thank you, now everything works! |
THANK YOU. IT WORK'S FOR ME I FINALLY FOUND A SOLUTION. |
Hi new in termux, how I install manually that? can someone give step by step please _file="$(find $PREFIX/lib/python3.11 -name "_sysconfigdata*.py")" |
This comment was marked as off-topic.
This comment was marked as off-topic.
I found a simpler workaround for this issue:
|
Problem description
I've been having problems with installing python packages that are are py project toml based, regular packages work fine. Here's the error
What steps will reproduce the bug?
Install python
Install any py project toml example: aiohttp, pillow
What is the expected behavior?
It's supposed to install normally but it does this.
System information
termux-info:
The text was updated successfully, but these errors were encountered: