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

Should check for cython3 #1526

Open
ZXTube opened this issue Nov 6, 2022 · 1 comment
Open

Should check for cython3 #1526

ZXTube opened this issue Nov 6, 2022 · 1 comment
Labels
bug pending-downstream Cannot be resolved until dependencies, such as python-for-android, are updated

Comments

@ZXTube
Copy link

ZXTube commented Nov 6, 2022

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

@Julian-O
Copy link
Contributor

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

@Julian-O Julian-O added pending-downstream Cannot be resolved until dependencies, such as python-for-android, are updated and removed on hold labels Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug pending-downstream Cannot be resolved until dependencies, such as python-for-android, are updated
Projects
None yet
Development

No branches or pull requests

2 participants