When I lauch buildozer -v android debug
or buildozer android debug
Buildozer returns: Cython (cython) not found, please install it.
So I try to install Cython with sudo pip3 install Cython
but it returns that Requirement already satisfied: Cython in /usr/lib/python3/dist-packages (0.29.21)
What I have to do ?
I had to create an environment to do this