2

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 ?

Snakiron
  • 423
  • 4
  • 11

1 Answers1

2

I had to create an environment to do this

Snakiron
  • 423
  • 4
  • 11