Last active
March 25, 2019 03:29
-
-
Save cggos/a60b0afb5482a88bd28c217e428557ef to your computer and use it in GitHub Desktop.
fatal error: numpy/arrayobject.h: No such file or directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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