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 20.04
Kivy:1.11.1
Cython:
OpenJDK:
Description
@AndreMiras I am building a face recognition app. I am using import face_recognition as fr. Thus, I put face_recognition in the buildozer spec. My app didn't launch correctly. I traced the logcat and saw this one: ModuleNotFoundError: No module named 'dlib'
Python for android ended
Please help me to solve this issue. Any alternative library that I can use for face recognition which has no issues with python for android recipe would also solve my problem. I am in dire need of it!
buildozer.spec
Command:
buildozer -v android debug deploy run logcat > my_log.txt
👋 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
@AndreMiras I am building a face recognition app. I am using import face_recognition as fr. Thus, I put face_recognition in the buildozer spec. My app didn't launch correctly. I traced the logcat and saw this one: ModuleNotFoundError: No module named 'dlib'
Python for android ended
Please help me to solve this issue. Any alternative library that I can use for face recognition which has no issues with python for android recipe would also solve my problem. I am in dire need of it!
buildozer.spec
Command:
Spec file:
Logs
The text was updated successfully, but these errors were encountered: