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
# this is solved in the future an error will be triggered
If you check on Kivy Discord (or even in buildozer issues: kivy/buildozer#1601), there's a few mentions (including mine) of twisted failing to build because of zope_interface. It seems to work properly if we remove the fix-init patch, so maybe we're indeed in the future (cf comment in the recipe) and this errors out?
I opened this issue (instead of directly making a PR) to discuss the situation, in particular to check if people manage to properly build projects that use twisted without issues, in which case maybe the fix-init patch isn't the root cause.
The text was updated successfully, but these errors were encountered:
Thanks for the report.
I would say if it doesn't even build and fail at patching with zope interface, I don't see why not removing it indeed.
In the worst case it fails runtime, but it's still some steps further.
So yeah feel free to come up with a pull request
python-for-android/pythonforandroid/recipes/zope_interface/__init__.py
Line 22 in 10c5292
If you check on Kivy Discord (or even in buildozer issues: kivy/buildozer#1601), there's a few mentions (including mine) of twisted failing to build because of
zope_interface
. It seems to work properly if we remove the fix-init patch, so maybe we're indeed in the future (cf comment in the recipe) and this errors out?I opened this issue (instead of directly making a PR) to discuss the situation, in particular to check if people manage to properly build projects that use twisted without issues, in which case maybe the fix-init patch isn't the root cause.
The text was updated successfully, but these errors were encountered: