-
Notifications
You must be signed in to change notification settings - Fork 504
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
Problem with "Unpacking sdl2_image" and "Parent module 'pythonforandroid.recipes' not found" #872
Comments
It looks like you didn't share the some important part of the log that must say something like |
Thank you for replying.
There is nothing missing from the log, I copied the whole output of the command and pasted it here. There is no
And why is that, if I may ask? For me, it seems that the error occurs right after |
OK that's weird, could you try to: tar -tf .buildozer/android/platform/build/packages/sdl2_image/SDL2_image-2.0.4.tar.gz And share the output? |
Ok, the output is very large so I skipped some lines here (with ...). The output has no warnings or errors.
|
I did everything again in a new VM, now there are no errors anymore. |
Yes the warning was fixed recently via kivy/python-for-android#1789 |
Versions
Description
There are 2 problems:
'RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import' appears every time
and
'Unpacking sdl2_image for armeabi-v7a' results with an error
EDIT: I also tried 'sudo pip install cython==0.20' but didn't solve the error
I have no idea what to do now. Any help is welcome.
buildozer.spec
Command:
Spec file:
Logs
The text was updated successfully, but these errors were encountered: