buildozer ModuleNotFoundError: 'tendo'

35 views
Skip to first unread message

Glen Rubin

unread,
Feb 8, 2023, 4:13:16 PM2/8/23
to Kivy users support
I am trying to package an apk, but get the following error:

02-08 12:54:45.162 13908 15013 I python  :  ModuleNotFoundError: No module named 'tendo'

tendo is indeed installed on my system and works just fine when running from kivy.

I tried modifying my buildozer spec file to inlcude the word tendo under dependencies, but still get this error.  any suggestions would be appreciated.  thanks!

Robert

unread,
Feb 8, 2023, 4:43:40 PM2/8/23
to Kivy users support
Buildozer does not use the Python packages installed on the system.
buildozer.spec requirements tells Buildozer what packages to download.

Glen Rubin

unread,
Feb 8, 2023, 10:02:12 PM2/8/23
to kivy-...@googlegroups.com
thank you, that helps!   but i am still getting no module found errors that are not resolved by including them in the spec dependencies list and running: 
buildozer appclean

the two errors i currently get are:
No module named 'charset_normalizer'
ModuleNotFoundError: No module named 'chardet'

--
You received this message because you are subscribed to a topic in the Google Groups "Kivy users support" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kivy-users/58XssNf0TmI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/0c580edc-dac6-4972-8561-4f8c7f6c1547n%40googlegroups.com.

Glen Rubin

unread,
Feb 9, 2023, 7:56:26 PM2/9/23
to kivy-...@googlegroups.com
I managed to get things working....im not sure exactly what i did that helped, but started from scratch and changed the order in my requirements line as well as adding some specific versions for the requirements...including kivy=master. i made sure that every direction was followed to a t.  i wish i could say exactly what it was that i did that made the difference.

Robert

unread,
Feb 9, 2023, 9:11:00 PM2/9/23
to Kivy users support
charset_normalizer  definitely needs version pinning https://github.com/Android-for-Python/Android-for-Python-Users#em_x86_64-instead-of-em_aarch64

But the rest should 'just work', but whatever magic you did is fine.
Reply all
Reply to author
Forward
0 new messages