-
Notifications
You must be signed in to change notification settings - Fork 606
Open
Labels
bugpending-downstreamCannot be resolved until dependencies, such as python-for-android, are updatedCannot be resolved until dependencies, such as python-for-android, are updated
Description
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
Metadata
Metadata
Assignees
Labels
bugpending-downstreamCannot be resolved until dependencies, such as python-for-android, are updatedCannot be resolved until dependencies, such as python-for-android, are updated