-
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
dlopen failed: cannot locate symbol "_Py_NoneStruct" #887
Comments
Are you using an up to date p4a? I fixed a bug relating to this very recently? Make sure you're using either the stable release from pypi or the latest master. |
@inclement Forgot to mention it is being built via buildozer, and it is cloning the master branch for me. |
You specifically cleared the buildozer cache (or only ran it for the firt time recently)? |
@inclement Yep, when I run into issues (with building) I always run "buildozer android_new clean" and then build again. |
I assume the clean command definitely deletes p4a? Would you be able to try building with the same parameters using python2 instead of python3crystax? Just to check if the same thing happens. |
Same/similar to this p4a master, kivy master, pygame bootstrap, launcher building
|
@KeyWeeUsr I think this one is more likely related to a different issue (arising from my fix for something else) affecting only the pygame bootstrap. It's not completely unrelated though. |
@inclement Just building and will get back to you soon, last time I tested (with python2) it worked mostly fine, except an issue about not being to find and import the module kivymd.vendor.circulartimepicker even though all other kivymd modules worked fine. |
@inclement I'm getting a different error now (when building). Its possibly because I'm still using the CrystaX NDK? Or is that OK? Here is the error
|
Using CrystaX should still be fine (I use it for everything), but not sure what this error is. I'll be going through all the builds to check some things next time I get a chance (following the recent problems introduced a while ago and only semi-fixed), so hopefully I can address these problems then. |
@inclement I just got the Python 2 build to work again, after clearing Buildozer a few times, and the APK runs without crashing (well sorta, there is still one issue with my non kivy code). This issue only occurs when I build Python3 |
Same error here :
I'm ready to dig and propose a PR, I have python knowledge, some linux as well but I definitely need guidance on where to dig :) |
Does someone has any advice on how to attack the problem ? |
I'm seeing the original error ( |
I got the exact same issue using python-for-android via pip install.
Then clean everything and restart:
|
For reference, I think this is probably fixed by ed1e1a8, although I wasn't sure at the time as I added it in response to a slightly different error. Glad it works now. |
Built using Lubuntu 14.04 with CrystaX NDK 10.3.2 (python3crystax)
The APK is located here
The project's repository
The file being built
Seems to be very much similar to #859
Here is the log:
Thanks
The text was updated successfully, but these errors were encountered: