We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(globalphy)physiol-95026:global_code shabnamkadir$ python setup.py build_ext --inplace running build_ext building 'supercluster' extension /usr/bin/clang -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/shabnamkadir/miniconda/envs/globalphy/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -I/Users/shabnamkadir/miniconda/envs/globalphy/include/python3.4m -c supercluster.cpp -o build/temp.macosx-10.5-x86_64-3.4/supercluster.o supercluster.cpp:266:10: fatal error: 'numpy/arrayobject.h' file not found
^
1 error generated. error: command '/usr/bin/clang' failed with exit status 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(globalphy)physiol-95026:global_code shabnamkadir$ python setup.py build_ext --inplace
running build_ext
building 'supercluster' extension
/usr/bin/clang -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/shabnamkadir/miniconda/envs/globalphy/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -I/Users/shabnamkadir/miniconda/envs/globalphy/include/python3.4m -c supercluster.cpp -o build/temp.macosx-10.5-x86_64-3.4/supercluster.o
supercluster.cpp:266:10: fatal error: 'numpy/arrayobject.h' file not found
include "numpy/arrayobject.h"
1 error generated.
error: command '/usr/bin/clang' failed with exit status 1
The text was updated successfully, but these errors were encountered: