You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I add twisted, zope.interface and attrs to requirements of buildozer.spec file in order to use Twisted for my Kivy project.
I ran buildozer android debug but the build failed at the first time. When i ran buildozer android debug again without any changes, the build succeeded without any errors.
I have the same problem. Twisted is not the problem, but zope_interface is.
I think I might not use datetime(which uses zope_interface) and detour using time instead...
Versions
Description
I add
twisted
,zope.interface
andattrs
to requirements of buildozer.spec file in order to use Twisted for my Kivy project.I ran
buildozer android debug
but the build failed at the first time. When i ranbuildozer android debug
again without any changes, the build succeeded without any errors.buildozer.spec
Command:
Spec file:
Expected Result
The build succeed on the first attempt.
Logs
The text was updated successfully, but these errors were encountered: