Skip to content

manylinux2014 docker image doesn't support numpy #548

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

Closed
snnn opened this issue Apr 22, 2020 · 1 comment
Closed

manylinux2014 docker image doesn't support numpy #548

snnn opened this issue Apr 22, 2020 · 1 comment

Comments

@snnn
Copy link

snnn commented Apr 22, 2020

Install numpy from source failed at:

 numpy/core/src/npymath/npy_math_internal.h.src: In function ‘npy_cacoshf’:
    numpy/core/src/npymath/npy_math_internal.h.src:482:12: internal compiler error: Segmentation fault
         return @kind@@c@(x, y);
                ^~~~~~~~~~~~~~~
    Please submit a full bug report,

It's a known toolchain bug. see:

  1. internal compiler error when compiling on ARM v8 ThunderX2  numpy/numpy#13622
  2. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90075
@mayeut mayeut mentioned this issue May 2, 2020
mayeut added a commit that referenced this issue May 2, 2020
Still not available on i686, i686 still has default gcc (gcc 4.8.5)

Should fix #548 and #494
@mayeut
Copy link
Member

mayeut commented May 2, 2020

duplicate of #494

@mayeut mayeut closed this as completed May 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants