Snakiron
Snakiron

Reputation: 503

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 ?

Upvotes: 2

Views: 1283

Answers (1)

Snakiron
Snakiron

Reputation: 503

I had to create an environment to do this

Upvotes: 2

Related Questions