We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now, I want to add one of the following native Python packages for kivy: pytorch keras tensorflow And , What can I do?
Thanks~
The text was updated successfully, but these errors were encountered:
buildozer init nano buildozer.spec
# (list) Application requirements # comma separated e.g. requirements = sqlite3,kivy requirements = python3,pytorch,keras,tensorflow,kivy
Sorry, something went wrong.
This is not going to work. pytorch keras tensorflow are not written in Python, and there are no recipes for compiling their C/C++/Fortran for Android.
Calling these "native Python" is wishful thinking ;)
Yes basically you would need to create a recipe for them https://python-for-android.readthedocs.io/en/latest/recipes/
No branches or pull requests
Now, I want to add one of the following native Python packages for kivy:
pytorch
keras
tensorflow
And , What can I do?
Thanks~
The text was updated successfully, but these errors were encountered: