Skip to content
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

There are troubles with building pyjnius in current version #34

Open
manatlan opened this issue Nov 11, 2023 · 6 comments
Open

There are troubles with building pyjnius in current version #34

manatlan opened this issue Nov 11, 2023 · 6 comments

Comments

@manatlan
Copy link

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

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

thanks in advance

@sebastien46
Copy link

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
Copy link

balasekhar89 commented Nov 20, 2023

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
Copy link
Author

Doesn't seem to work for me

@balasekhar89
Copy link

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

@manatlan
Copy link
Author

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

@AHiXilTOr
Copy link

how to build on kivy 2.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants