Search code examples
python-3.xkivycythonbuildozerkali-linux

Buildozer can't find Cython


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 ?


Solution

  • I had to create an environment to do this