Closed
Description
buildozer debug
seemed to work fine yesterday, but then I added armeabi-v7a
to its archs and now this is happening:
cython -M --fast-fail -3 /home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/numpy/armeabi-v7a__ndk_target_24/numpy/numpy/random/_common.pyx -o numpy/random/_common.cpython-311-x86_64-linux-gnu.so.p/numpy/random/_common.pyx.c
Ignoring "sys._home = value" override
Error compiling Cython file:
------------------------------------------------------------
...
from collections import namedtuple
from cpython cimport PyFloat_AsDouble
import sys
import numpy as np
cimport numpy as np
cimport numpy.math as npmath
^
------------------------------------------------------------
/home/sanotehu/src/lisien/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/numpy/armeabi-v7a__ndk_target_24/numpy/numpy/random/_common.pyx:8:8: 'numpy/math.pxd' not found