-
Notifications
You must be signed in to change notification settings - Fork 506
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 doesn't compile with kivy >= 2.2.0 or kivy==master in requirement #1742
Comments
Note you have trimmed too much from the logs. |
👋 @MdMuntasir, |
I have updated it. Maybe it will be helpful to understand the error . I couldn't find any solution to my problem. Mainly I am facing problem with kivy version in requirement. It would be great if you could help me with this issue. |
This is the wrong place to ask. I am the wrong person to ask. See the comment from the bot above. |
Versions
Description
I tried to package my kivy app with the master versions. But when I use kivy version > 2.1.0 or kivy=master I see this error while compiling it with buildozer. It compiles properly when I use kivy=2.1.0 in requirement. But I need kivy>=2.2.0 and I am unable to package my app with these versions of kivy. I've tried to compile with google collab and gihub too but the same error shows.
used this in requirement.
requirements = kivy=master, https://github.com/kivymd/KivyMD/archive/master.zip
buildozer.spec
Command:
Spec file:
Logs
The text was updated successfully, but these errors were encountered: