4 Commands used:
git clone https://github.com/vincentlab/PyFR.git
pyvenv-3.4 env
source env/bin/activate
CFLAGS=$(python3-config --include) python setup.py install
I get this error:
EOF
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.pyd' found anywhere in distribution
In file included from /private/var/folders/qh/3hyz95q16nscp59gv663q2zc0000gn/T/easy_install-gtufbx5b/numpy-1.9.2/numpy/core/src/npysort/selection.c.src:22:
/private/var/folders/qh/3hyz95q16nscp59gv663q2zc0000gn/T/easy_install-gtufbx5b/numpy-1.9.2/numpy/core/src/private/npy_partition.h.src:111:15: warning: comparison of constant 1 with expression of type 'NPY_SELECTKIND' is always false [-Wtautological-constant-out-of-range-compare]
if (which >= NPY_NSELECTS) {
~~~~~ ^ ~~~~~~~~~~~~
/private/var/folders/qh/3hyz95q16nscp59gv663q2zc0000gn/T/easy_install-gtufbx5b/numpy-1.9.2/numpy/core/src/private/npy_partition.h.src:127:15: warning: comparison of constant 1 with expression of type 'NPY_SELECTKIND' is always false [-Wtautological-constant-out-of-range-compare]
if (which >= NPY_NSELECTS) {
~~~~~ ^ ~~~~~~~~~~~~
2 warnings generated.
In file included from /private/var/folders/qh/3hyz95q16nscp59gv663q2zc0000gn/T/easy_install-gtufbx5b/numpy-1.9.2/numpy/core/src/npysort/binsearch.c.src:6:
/private/var/folders/qh/3hyz95q16nscp59gv663q2zc0000gn/T/easy_install-gtufbx5b/numpy-1.9.2/numpy/core/src/private/npy_binsearch.h.src:109:14: warning: comparison of constant 2 with expression of type 'NPY_SEARCHSIDE' is always false [-Wtautological-constant-out-of-range-compare]
if (side >= NPY_NSEARCHSIDES) {
~~~~ ^ ~~~~~~~~~~~~~~~~
/private/var/folders/qh/3hyz95q16nscp59gv663q2zc0000gn/T/easy_install-gtufbx5b/numpy-1.9.2/numpy/core/src/private/npy_binsearch.h.src:109:14: warning: comparison of constant 2 with expression of type 'NPY_SEARCHSIDE' is always false [-Wtautological-constant-out-of-range-compare]
if (side >= NPY_NSEARCHSIDES) {
~~~~ ^ ~~~~~~~~~~~~~~~~
2 warnings generated.
/private/var/folders/qh/3hyz95q16nscp59gv663q2zc0000gn/T/easy_install-gtufbx5b/numpy-1.9.2/numpy/core/src/multiarray/nditer_api.c:17:10: fatal error: 'scalarmathmodule.h' file not found
#include "scalarmathmodule.h"
^
1 error generated.
/private/var/folders/qh/3hyz95q16nscp59gv663q2zc0000gn/T/easy_install-gtufbx5b/numpy-1.9.2/numpy/core/src/multiarray/nditer_api.c:17:10: fatal error: 'scalarmathmodule.h' file not found
#include "scalarmathmodule.h"
^
1 error generated.
error: Setup script exited with error: Command "clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/Cellar/python3/3.4.3_2/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/usr/local/Cellar/python3/3.4.3_2/Frameworks/Python.framework/Versions/3.4/include/python3.4m -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -I/private/var/folders/qh/3hyz95q16nscp59gv663q2zc0000gn/T/easy_install-gtufbx5b/numpy-1.9.2/numpy/core/include -Ibuild/src.macosx-10.10-x86_64-3.4/numpy/core/include/numpy -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/Users/rajeevjain/Desktop/PyFR/env/include -I/usr/local/Cellar/python3/3.4.3_2/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/private/var/folders/qh/3hyz95q16nscp59gv663q2zc0000gn/T/easy_install-gtufbx5b/numpy-1.9.2/numpy/core/src/private -I/private/var/folders/qh/3hyz95q16nscp59gv663q2zc0000gn/T/easy_install-gtufbx5b/numpy-1.9.2/numpy/core/src -I/private/var/folders/qh/3hyz95q16nscp59gv663q2zc0000gn/T/easy_install-gtufbx5b/numpy-1.9.2/numpy/core -I/private/var/folders/qh/3hyz95q16nscp59gv663q2zc0000gn/T/easy_install-gtufbx5b/numpy-1.9.2/numpy/core/src/npymath -I/private/var/folders/qh/3hyz95q16nscp59gv663q2zc0000gn/T/easy_install-gtufbx5b/numpy-1.9.2/numpy/core/src/multiarray -I/private/var/folders/qh/3hyz95q16nscp59gv663q2zc0000gn/T/easy_install-gtufbx5b/numpy-1.9.2/numpy/core/src/umath -I/private/var/folders/qh/3hyz95q16nscp59gv663q2zc0000gn/T/easy_install-gtufbx5b/numpy-1.9.2/numpy/core/src/npysort -I/private/var/folders/qh/3hyz95q16nscp59gv663q2zc0000gn/T/easy_install-gtufbx5b/numpy-1.9.2/numpy/core/include -c /private/var/folders/qh/3hyz95q16nscp59gv663q2zc0000gn/T/easy_install-gtufbx5b/numpy-1.9.2/numpy/core/src/multiarray/nditer_api.c -o build/temp.macosx-10.10-x86_64-3.4/private/var/folders/qh/3hyz95q16nscp59gv663q2zc0000gn/T/easy_install-gtufbx5b/numpy-1.9.2/numpy/core/src/multiarray/nditer_api.o" failed with exit status 1
(env) ~/Desktop/PyFR (develop)
Rajeev Jain