-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Upgrade from NDK 19b to 23b causes problems with Pandas library #2654
Comments
Confirming the issue with the latest pandas recipe. For me, commenting out this line: This functionality is used for any |
Hi @mzakharo, happy to see you back! I guess that #2645 also fixes the issue on Into the PR, I've added an extract from the "Build System Maintainers Guide (Android)" which explains why we need to avoid to manually link libc++ and its dependencies. And @deeprotype, you you also try to use PR #2645 as explained here: #2643 (comment) ? Having another confirmation may help the testing process, and speed up the merge (real-world use cases are way better than minimum reproducible examples). |
Thanks guys! The solution of @misl6 works for me. I will now close the issue! :) |
@deeprotype , please consider that just after the PR is merged (it may happen today), I will remove the related branch, and you will need to target the |
Changing p4a.branch from master to develop helped me get a simple Pandas apk working. |
This reverts commit dff5a9d.
Checklist
p4a.branch = develop
)Versions
Description
Hello everyone,
since the upgrade from NDK 19b to 23b the library Pandas cannot be used anymore. My current applied commit is: 654448b (Branch: Master). -> same thing on the develop brunch
Although the build process is done with buildozer without any problems, the app crashes after loading the library. Does anyone know why this is happening and how I can fix the problem?
Thanks a lot for your help!
Best regards,
Manuel
buildozer.spec
Command:
Used Code:
Spec file:
Logs
The text was updated successfully, but these errors were encountered: