Buildozer can't find Cython

1.1k views Asked by At

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 ?

1

There are 1 answers

0
Snakiron On BEST ANSWER

I had to create an environment to do this