'Buildozer error while trying to compile a Kivy app
I use Buildozer on colab.research.google.com. When I try to compile a simple *.py file containing a Kivy code, I get the errors explained in this question.
I tried the methods suggested in the answers, but they don't work at all.
In the main.py file there are no bugs.
Solution 1:[1]
Can you try to add those in requirements:
# comma separated e.g. requirements = sqlite3,kivy
requirements = python3,kivy==2.0.0
And what are those other plugins are you using?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Gurami Supatashvili |
