-
Notifications
You must be signed in to change notification settings - Fork 1.9k
numpy build fails for lack of numpy.math
#3150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Do try building on this branch #3136 |
I have now tried this, and it doesn't seem to make much difference. Similar log files and buildozer.spec here. |
numpy.math
I gather |
I tried modifying the numpy recipe slightly, to point it at a release tarball of numpy, rather than its git repository; this somehow caused an error even finding meson. I think maybe this points to some deeper issue with |
I'm encountering the same error: 'numpy/math.pxd' not found. It seems that P4A creates an isolated environment and ignores specified version of Cython (==0.29.33) and there is a compatibility issue between newer Cython versions and older Numpy versions. attached is my full log, thanks a lot for your help |
Maybe try pining cython version as: hostpython_prerequisites = ["Cython==3.0.6"] # meson does not detects venv's cython (in numpy recipe) |
That seemed to work, thanks @T-Dynamos! |
buildozer debug
seemed to work fine yesterday, but then I addedarmeabi-v7a
to its archs and now this is happening:Full log, as well as my buildozer.spec, are at this gist.
The text was updated successfully, but these errors were encountered: