-
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
python3 incompatibility #1154
Milestone
Comments
I also came across that issue when working on a fix for #1245. So I might pick it up next. |
This was referenced Mar 29, 2018
AndreMiras
added a commit
to AndreMiras/python-for-android
that referenced
this issue
Mar 31, 2018
Creates an empty hostpython3crystax build directory and symlinks system python3.5 to it, fixes kivy#1154
AndreMiras
added a commit
to AndreMiras/python-for-android
that referenced
this issue
May 20, 2018
Creates an empty hostpython3crystax build directory and symlinks system python3.5 to it, fixes kivy#1154
AndreMiras
added a commit
to AndreMiras/python-for-android
that referenced
this issue
May 20, 2018
Creates an empty hostpython3crystax build directory and symlinks system python3 to it, fixes kivy#1154
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running python-for-android (master) with 'python3crystax' and 'storm' requirements fails, even though the 'storm' recipe is specified to run with python3.
/usr/bin/python -m pythonforandroid.toolchain create --dist_name=testApp --bootstrap=sdl2 --requirements=python3crystax,kivy==master,sqlite3,storm --arch armeabi-v7a --copy-libs --color=always --storage-dir=/home/shaana/development/test1/src/.buildozer/android/platform/build
Removing the following lines from the recipe might solve the issue.
There are probably other recipes with the same issue.
The text was updated successfully, but these errors were encountered: