-
Notifications
You must be signed in to change notification settings - Fork 1.9k
_multiprocessing #1168
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
Comments
I think our python build just doesn't support multiprocessing on Android. I think there was a technical reason for this, but I don't remember the details. |
I asked @tshirtman, and he confirmed that multiprocessing is originally missing for technical reasons. There is a little information about it here. It's possible that multiprocessing could be made to work now, given how much Android has changed over the years, but I don't know what would be involved. |
i encounter similar issue when using multiprocessing. when i run app on android, the logcat says:
and
my phone is vivo Y55, android 6.0.1. buildozer version is 0.39 |
i developed app that user keras library for deep learning.
when run app with buildozer this error occured:
11-16 15:13:08.008 5607 5924 I python : Traceback (most recent call last): 11-16 15:13:08.008 5607 5924 I python : File "/home/mohamad/projects/andcai/readKontor/.buildozer/android/app/main.py", line 6, in <module> 11-16 15:13:08.008 5607 5924 I python : File "/home/mohamad/projects/andcai/readKontor/.buildozer/android/app/digit_detector/classify.py", line 4, in <module> 11-16 15:13:08.009 5607 5924 I python : File "/home/mohamad/projects/andcai/readKontor/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/keras/__init__.py", line 3, in <module> 11-16 15:13:08.009 5607 5924 I python : File "/home/mohamad/projects/andcai/readKontor/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/keras/utils/__init__.py", line 4, in <module> 11-16 15:13:08.009 5607 5924 I python : File "/home/mohamad/projects/andcai/readKontor/.buildozer/android/platform/build/dists/myapp/private/lib/python2.7/site-packages/keras/utils/data_utils.py", line 6, in <module> 11-16 15:13:08.010 5607 5924 I python : File "/home/mohamad/projects/andcai/readKontor/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/lib/python2.7/multiprocessing/__init__.py", line 84, in <module> 11-16 15:13:08.010 5607 5924 I python : ImportError: No module named _multiprocessing 11-16 15:13:08.043 5607 5924 I python : Python for android ended.
The text was updated successfully, but these errors were encountered: