buildozer icon indicating copy to clipboard operation
buildozer copied to clipboard

Should check for cython3

Open ZXTube opened this issue 2 years ago • 1 comments

I'm on a kali linux and it seems that whenever you pip install cython on a linux machine it gets called cython3

Before Buildozer gives the error # Cython (cython) not found, please install it. It should check if there's a cython3

The current work around for this though is running this: sudo ln -s $(which cython3) /usr/local/bin/cython

ZXTube avatar Nov 06 '22 09:11 ZXTube

Buildozer doesn't support Cython 3 yet, because python-for-android doesn't yet.

Julian-O avatar Nov 16 '23 00:11 Julian-O