-
Notifications
You must be signed in to change notification settings - Fork 452
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
Clean cython build error #1792
Comments
For higienic reasons, don't install pip stuff as root. Use |
I cleaned up as much of the pip packages I could and reinstalled them as --user. Did this for Ubuntu: http://kivy.org/docs/installation/installation-linux.html Also manually removed /python-4-android/build and buildozer distclean and android clean. |
Now I get this: https://gist.github.com/brussee/f90753397393bd61310d
Following advice from: http://stackoverflow.com/questions/16871799/trying-to-import-a-module-undefined-symbol-pyunicodeucs4-decodeutf8 |
I may be finding the wrong libraries (maybe some of the manually instaled stuff?). |
$ ldd /home/paul/.local/lib/python2.7/site-packages/Cython/Compiler/Scanning.so According to the code from: https://docs.python.org/2.7/faq/extending.html#when-importing-module-x-why-do-i-get-undefined-symbol-pyunicodeucs2 |
I'll come by in a bit and we can have a look at it. |
Aborted this approach last year. Switched to the new p4a toolchain. |
From: https://gist.github.com/brussee/bc376f8491a9e2ac42a4
As per instructions I did install manually: https://buildozer.readthedocs.org/en/latest/installation.html?highlight=cython
The text was updated successfully, but these errors were encountered: