Skip to content

Should check for cython3 #1526

@ZXTube

Description

@ZXTube

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

No one assigned

    Labels

    bugpending-downstreamCannot be resolved until dependencies, such as python-for-android, are updated

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions