-
Notifications
You must be signed in to change notification settings - Fork 507
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 Fails to Install garden packages #1150
Comments
Garden is deprecated, now garden packages install like any other Python packages using the |
Two questions then:
|
Yes it's all valid points, the very few unpaid core dev that we're do the best to spend time on the most important things. This comes with a cost of taking some shortcuts like this one.
|
understood..thanks for clearing that out |
Versions
Description
No matter which app i run, even a simple example app. The moment I add a garden package as a requirement, buildozer crashes. with
Going through the error log, I noticed that this is because, by default buildozer install
Kivy-Garden==0.1.1
which for some reason simply doesn't work. I downgraded myKivy-Garden
to0.1.1
and ran a simplegarden install navigationdrawer
. and the above error is the result so now I know for sure that the error is due to buildozer downloading the wrong version ofKivy-Garden
because if I useKivy-Garden==0.1.4
, which is what Kivy requires, I can download my garden flowers. Ofcourse when I runbuildozer android debug
. Buildozer goes and downloadsKivy-Garden==0.1.1
again and this error comes back.Solution
Please, could you make buildozer download the correct
Kivy-Garden
, i.e version 1.4.0 as 0.1.1 simply doesn't work?buildozer.spec
Command:
Spec file:
Logs
The text was updated successfully, but these errors were encountered: