Skip to content
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

Numpy on MacOsX fails in our CI tests #2087

Closed
opacam opened this issue Mar 14, 2020 · 2 comments
Closed

Numpy on MacOsX fails in our CI tests #2087

opacam opened this issue Mar 14, 2020 · 2 comments
Assignees
Labels
bug platform-osx Priority: High After critical issues are fixed, these should be dealt with before any further issues.

Comments

@opacam
Copy link
Member

opacam commented Mar 14, 2020

So a mac user will probably will not succeed building an apk with numpy in his requirements (or any recipe that depends on it...like matplotlib or any other one)

See also:

@mainakbiswas
Copy link

Faced this same issue today.

created a main.py as below

import sys
print ('sys.version is', sys.version)
print('sys.path is', sys.path)

import numpy as np
a = np.arange(15).reshape(3, 5)
print('numpy seems to work:\n', a)

And then ran
p4a apk --private pwd --package=de.plapadoo.p4anumpy --name "p4a numpy" --bootstrap=sdl2 --version 0.1 --requirements=numpy --arch arm64-v8a

The compilation failed.

@misl6 misl6 added bug platform-osx Priority: High After critical issues are fixed, these should be dealt with before any further issues. labels Sep 5, 2021
@misl6 misl6 mentioned this issue Sep 5, 2021
9 tasks
@misl6 misl6 self-assigned this Apr 6, 2022
@misl6
Copy link
Member

misl6 commented Jul 14, 2022

Fixed via #2575 and #2586

@misl6 misl6 closed this as completed Jul 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug platform-osx Priority: High After critical issues are fixed, these should be dealt with before any further issues.
Projects
None yet
Development

No branches or pull requests

3 participants