chaquopy build package Error: Backend subprocess exited when trying to invoke build_wheel

218 Views Asked by At

I am trying to build a newer version of numpy into a whl file with the chaquopy build package tool, every dependencies work now, however i get this error:

raise SystemError("One of the required function to build numpy is not"
SystemError: One of the required function to build numpy is not available (the list is ['sin', 'cos', 'tan', 'sinh', 'cosh', 'tanh', 'fabs', 'floor', 'ceil', 'sqrt', 'log10', 'log', 'exp', 'asin', 'acos', 'atan', 'fmod', 'modf', 'frexp', 'ldexp', 'expm1', 'log1p', 'acosh', 'asinh', 'atanh', 'rint', 'trunc', 'exp2', 'copysign', 'nextafter', 'strtoll', 'strtoull', 'cbrt', 'log2', 'pow', 'hypot', 'atan2', 'creal', 'cimag', 'conj']).
build-wheel: Error: Backend subprocess exited when trying to invoke build_wheel

0

There are 0 best solutions below