Skip to content

Instantly share code, notes, and snippets.

@cggos
Last active March 25, 2019 03:29
Show Gist options
  • Save cggos/a60b0afb5482a88bd28c217e428557ef to your computer and use it in GitHub Desktop.
Save cggos/a60b0afb5482a88bd28c217e428557ef to your computer and use it in GitHub Desktop.
fatal error: numpy/arrayobject.h: No such file or directory
#!/usr/bin/env sh
# python console
import numpy
numpy.get_include()
sudo ln -s /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy /usr/include/numpy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment