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 1.14.4 does not install on Alpine #11279

Closed
mrfuxi opened this issue Jun 8, 2018 · 4 comments
Closed

Numpy 1.14.4 does not install on Alpine #11279

mrfuxi opened this issue Jun 8, 2018 · 4 comments

Comments

@mrfuxi
Copy link

mrfuxi commented Jun 8, 2018

I tried to install recent NumPy (1.14.4), forced by SciPy :(
It works in local env but not in Docker running Alpine.

Minimal Docker file that reproduces the problem:

FROM python:3.6.5-alpine
RUN apk add --no-cache build-base
RUN pip install numpy==1.14.4

By using 1.14.3 it all works.

@shoyer
Copy link
Member

shoyer commented Jun 8, 2018

What error message do you see?

@mrfuxi
Copy link
Author

mrfuxi commented Jun 8, 2018

Log from the installation: alpine.1.14.4.log

@mattip
Copy link
Member

mattip commented Jun 8, 2018

Duplicate of #11274, fixed on HEAD

@mrfuxi
Copy link
Author

mrfuxi commented Jun 8, 2018

awesome, thank you. Can't wait for the release

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

3 participants