-
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
unicode error during startup (python3, numpy, opencv) - patch included #1691
Comments
getting the same issue here, will try the patch asap. |
Fixed on master, thanks for the help guys 👍 |
applying the patch where? |
It's fixed in master it says in the post 2 months ago. |
I get the same error even though its fixed? |
I am seeing the same error myself. 06-24 20:21:15.753 1064 1083 I python : File "/home/lee/KivyProjects/helloWorld/.buildozer/android/platform/build/build/python-installs/helloWorld/android/init.py", line 8, in |
when building an app with python3, numpy and opencv I get a runtime error (Android 7.0, latest p4a):
this is due to a concatenation of two strings of which one is not guaranteed to be unicode. This can be repaired by applying the following patch:
The text was updated successfully, but these errors were encountered: