kivy / buildozer

Generic Python packager for Android and iOS
https://buildozer.readthedocs.io
MIT License
1.75k stars 503 forks source link

App builds but can't run: ModeNotFoundError (websockets) #1858

Open fpriftis opened 1 month ago

fpriftis commented 1 month ago

I've had many dependency problems trying to build my python app but I managed to solved them, but this one eludes me. I'm using supabase in my app and I' trying to resolve all of its dependencies one by one but I'm getting stuck at websockets. For some reason, even though it builds fine, on the phone it crashes with the ModleNotFoundError: No module named 'websockets' evn though I do have it installed (websockets 13.1 in fact).

Also, this is a test python app that only imports supabase (import supabase) and nothing else, so as to not make things even more complicated than they already are.