kivy / buildozer

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

how to package the indirect dependency? #1831

Closed wilsonlv closed 5 months ago

wilsonlv commented 5 months ago

buildozer.spec

requirements=kivy,whisper-live==0.5.0

When we run buildozer android debug, the indirect dependency will not be downloaded or packaged, is there any config param to support?

github-actions[bot] commented 5 months ago

👋 @wilsonlv, Sorry to hear you are having difficulties with Kivy's Buildozer; Kivy unites a number of different technologies, so building apps can be temperamental. We try to use GitHub issues only to track work for developers to do to fix bugs and add new features to Buildozer. This issue has been closed, because it doesn't describe a bug or new feature request for Buildozer. There is a mailing list and a Discord channel to support Kivy users debugging their own systems, which should be able to help. They are linked in the ReadMe. Of course, if it turns out you have stumbled over a bug in Buildozer, we do want to hear about it here. The support channels should be able to help you craft an appropriate bug report.

misl6 commented 5 months ago

@wilsonlv FYI:

You should add every dependency and sub-dependency to your requirements list. pipdeptree can help to have a proper list of all the sub-dependencies.