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 a short, runnable example that reproduces the issue
I reproduced the problem with the latest development version (p4a.branch = develop)
I used the grave accent (aka backticks) to format code or logs when appropriated
Versions
Python: 3.7
OS: Ubuntu 18.04
Kivy: 2.1.0
Cython: 3.0.0
OpenJDK: 11.0.18
Description
We are trying to build a project with the onnxruntime library. Due to the onnxruntime is not on the recipes list so it will be build with the pip command by default.
The apk can be generated successfully but will crashed when it try to load the onnxruntime lib due to the lib is 64-bit.
Does anyone have idea to build this library? From the onnxruntime document we can build a standalone libonnxruntime.so, but it is not suitable to use for our project.
buildozer.spec
Command:
We use p4a to generate the apk so there is no buildozer.spec file.
👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.
If you're having trouble installing or using python-for-android, maybe you could be interested in our quickstart guide.
Let us know if this comment was made in error, and we'll be happy to reopen the issue.
Checklist
p4a.branch = develop
)Versions
Description
We are trying to build a project with the onnxruntime library. Due to the onnxruntime is not on the recipes list so it will be build with the pip command by default.
The apk can be generated successfully but will crashed when it try to load the onnxruntime lib due to the lib is 64-bit.
Does anyone have idea to build this library? From the onnxruntime document we can build a standalone libonnxruntime.so, but it is not suitable to use for our project.
buildozer.spec
Command:
We use p4a to generate the apk so there is no buildozer.spec file.
Logs
The app will crash with the following log.
We check the so file and it seems the onnxruntime_pybind11_state.so was built with host compiler.
The text was updated successfully, but these errors were encountered: