You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: