-
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
Update setuptools version #176
Comments
https://gist.github.com/anonymous/32713fc4fe590205fdc3 |
This kind of issues appears here and there regularly... I've just got the same issues after adding plyer to buildozer.spec. |
@ecdsa had the same issue for him installing cython using apt-get instead of pip helped fix this. |
I haven't seen this come up for a while, and the new toolchain should certainly resolve it anyway, so I'll close this. |
Master branch of Kivy fails to compile with current version of setuptools:
ImportError: project/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/lib-dynload/_io.so: wrong ELF class: ELFCLASS32
Setting setuptools version to 1.2 in its recipe solved the problem for me.
The text was updated successfully, but these errors were encountered: