Closed alexg93333 closed 2 months ago
Install patchelf on your system and see if that resolves the build error.
It fixed the problem on the fresh virtual machine. On the old VM the patchelf package was already installed but it still kept failing. Very strange. Guess I'll just use the new VM from now on.
Description
I wanted to rebuild my Kivy project from scratch, deleted the whole buildozer folder, now I'm getting stuck at rebuilding numpy? Does anybody else have this problem? I even created a fresh project and just added numpy as requirement in buildozer.spec on a whole fresh virtual machine. It's also getting stuck with the same error "< ModuleNotFoundError: No module named 'math'" , I have no idea how to solve it. Isn't math a standard python package?
buildozer.spec
Command:
Logs