Aswin Murali
Aswin Murali
I am also facing the same issue. What he said is correct. The patch isn't applied in the master branch. Please update it
Ok.... so I will explain. I did set p4a.branch=master when I used buildozer to run the build first time this error popped up. After searching on the internet I found...
@JonasT I did remove `.buildozer`. I did see a `.buildozer` folder both in user folder where the android build tools are stored and also one in my project directory. I...
@JonasT what @leematthewshome did can you do the same and see if you can recreate the error? Can you test this in a fresh vm ?
command `which cython` output `/home/aswin/.local/bin/cython` second command `cat $(which cython)` output ``` #!/usr/bin/python # -*- coding: utf-8 -*- import re import sys from Cython.Compiler.Main import setuptools_main if __name__ == '__main__':...
it's using `cython` under `python` instead of `python3` is that the issue? the `bytes` and `str` problem?
According to [buildozer.readthedocs.io/en/latest/installation.html](https://buildozer.readthedocs.io/en/latest/installation.html) This is how they said to install cython and this is what I did. It's cython under python2 `sudo pip install --upgrade cython==0.28.6`
Hello, @AndreMiras @JonasT any updates?
Hello @JonasT the problem is fixed now! I started a fresh VM with the latest ubuntu 18 and now only used the python3, python3-pip and cython under python3 and now...
Is it possible for the users to get warned by buildozer for the cython version they use? This can be a problem for various users. Like if buildozer is targetting...