ArtemSBulgakov / buildozer-action

GitHub Action to build your Python application with Buildozer
MIT License
73 stars 71 forks source link

There are troubles with building pyjnius in current version #34

Open manatlan opened 10 months ago

manatlan commented 10 months ago

So, it doesn't work anymore AS IS ;-(

is there plan to fix that ? or is there working forks ?

thanks in advance

sebastien46 commented 9 months ago

Yea I also get this error when trying to build pyjnius:

jnius/jnius.c:54433:5: error: expression is not assignable
        ++Py_REFCNT(o);
        ^ ~~~~~~~~~~~~
jnius/jnius.c:54435:5: error: expression is not assignable
        --Py_REFCNT(o);
        ^ ~~~~~~~~~~~~
balasekhar89 commented 9 months ago

The following versions fixed the pyjnius issue

Cython==0.29.33,kivy==2.2.0

p4a.branch = release-2022.12.20

Add them to requirements in buildozer.spec

manatlan commented 9 months ago

Doesn't seem to work for me

balasekhar89 commented 9 months ago

Updated my previous comment add change p4a.branch to release-2022.12.20

manatlan commented 9 months ago

I've updated my previous thumb ! Your solution works for me too! Thanks a lot !!!!

AHiXilTOr commented 5 months ago

how to build on kivy 2.3.0