-
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
buildozer error: no module named kivy #1354
Comments
Relevant part of the logs:
I've never played with |
Thanks for the reply what do you suggest I should do, I have kivy installed on the system, I have been building apks without kivent installed on linux side. |
does it has to do with the recipes. I have touched the recipes with p4a that came with the kivent_core, kivent_cymunk and kivent_particles. The p4a master files has a recipes folder. A whole bunch of recipes has these three too. but there is just init.py files in them. The recipes i touched with p4a were manually downloaded from here: https://github.com/kivy/kivent/tree/29dba8181ad855e0aca181f6a9e5b3d12d5bb0ca/modules/recipes |
found a solution |
Glad you got it working, but it's still a bug right? I don't know if something could be done from the recipe. |
yes true, if a recipe could shutil the folders from one site package to another. |
upgrading to master version of buildozer solves the issue |
Hi, I'm using p4a master, cython==0.25, kivy==1.10.1 and python 2.7, I keep getting an error while debugging an apk, 'no module named kivy'.
Details of error are in the log below. thanks!
log: https://pastebin.com/U2UvzsKE
buildozer.spec: https://pastebin.com/Qi2JGVDG
The text was updated successfully, but these errors were encountered: