Skip to content

Instantly share code, notes, and snippets.

@shiroyuki
Created February 8, 2016 05:55
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shiroyuki/f2e9b793ac8eaa9b1e4a to your computer and use it in GitHub Desktop.
Save shiroyuki/f2e9b793ac8eaa9b1e4a to your computer and use it in GitHub Desktop.
Install & fixing Numpy for Alpine Linux (Python 3.5+)
pip install cython
apk add musl-dev
#apk add linux-headers
@satyrius
Copy link

satyrius commented Nov 2, 2016

additional fix is ln -s /usr/include/locale.h /usr/include/xlocale.h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment