Skip to content
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

dlopen failed: python2.7/site-packages/grpc/_cython/cygrpc.so not 32-bit: 2 #479

Closed
gbdantoni opened this issue Mar 12, 2017 · 2 comments
Closed

Comments

@gbdantoni
Copy link

I'm trying to build a python app for Android that uses grpc. I'm using Buildozer 0.32 with the new toolchain on Ubuntu 16.04.2. The build succeeds and it produces an APK but when I try to launch it on an Android tablet I'm getting the following output from logcat. My requirements statement includes kivy, grpcio, hostpython2, enum

I/python  (29857): Traceback (most recent call last):
I/python  (29857):   File "/media/newDrive/gaitan/PythonProjects/hwclient/.buildozer/android/app/main.py", line 34, in <module>
I/python  (29857):   File "/media/newDrive/gaitan/PythonProjects/hwclient/.buildozer/android/platform/build/dists/hwclient/private/lib/python2.7/site-packages/grpc/__init__.py", line 37, in <module>
I/python  (29857): ImportError: dlopen failed: "/data/data/ddw_gd.com.hwclient/files/app/lib/python2.7/site-packages/grpc/_cython/cygrpc.so" not 32-bit: 2
I/python  (29857): Python for android ended.
@tito
Copy link
Member

tito commented May 14, 2017

Hi, this is not related to buildozer itself, but python-for-android at least. I'm moving the issue.

@tito
Copy link
Member

tito commented May 14, 2017

Issue moved to kivy/python-for-android #1052 via ZenHub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants