You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just tried to build my app using the new (post API 26) toolchain. Unfortunately my app still needs to use pygame/sdl on android, so I saw in the docs that I need to use the python2legacy recipe
When I run P4A with the python2recipe selected, I get various warnings like this:
/home/jonathan/prog/src/p4a-2019/pythonforandroid/recipes/pyjnius/__init__.py:3: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.patching import will_build
This happens for all recipes I have included in my build.
Finally, I get:
[ERROR]: Build failed: Didn't find any valid dependency graphs. This means that some of your requirements pull in conflicting dependencies.
I guess that this is because some recipes depend on python2 (and not python2legacy)?
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks, I will give that a try - and sorry for the lack of p4a cmd line parameters etc, my concern (which I wasn't clear on) was that the python2legacy route was not currently usable because of the recent overhaul
I will close for now and come back with anything specific that I have trouble with.
I have just tried to build my app using the new (post API 26) toolchain. Unfortunately my app still needs to use pygame/sdl on android, so I saw in the docs that I need to use the python2legacy recipe
When I run P4A with the python2recipe selected, I get various warnings like this:
This happens for all recipes I have included in my build.
Finally, I get:
I guess that this is because some recipes depend on python2 (and not python2legacy)?
Thanks!
The text was updated successfully, but these errors were encountered: