-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 #1052
Comments
@inclement why was this issue closed? I am currently facing a very similar issue when using Firestore.
|
@NeonSky Because it was old and had no followup. The issue is that grpc needs a python-for-android recipe to build correctly. Right now it's been built for your desktop, not your phone, that's why the architecture is wrong. We should be able to log a better message when this happens, feel free to open an issue about this if there isn't one already. |
@NeonSky can u solve the problem? because i got this error too |
Also had the same problem, any solution? |
I am also facing this error when using google-cloud-firestore module Is making a recipe for this would fix this issue? |
I have the same issue any solution |
I have the same issue. |
@gbdantoni commented on Mon Mar 13 2017
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
@tito commented on Sun May 14 2017
Hi, this is not related to buildozer itself, but python-for-android at least. I'm moving the issue.
The text was updated successfully, but these errors were encountered: