When i try to make
in opencv/build/ as this guide tells me: https://intelligentbee.com/2015/11/18/build-a-face-detector-on-os-x-using-opencv-and-c/
/Users/oscarlajgaard/opencv-3.3.1/modules/python/src2/cv2.cpp:6:10: fatal error:
'Python.h' file not found
#include <Python.h>
^~~~~~~~~~
CMAKE Config PYTHON3
PYTHON3_EXECUTABLE = /usr/local/bin/python3
PYTHON3_INCLUDE_DIR = /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/include/python3.7m/
PYTHON3_LIBRARY = /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/libpython3.7.dylib
python3.7-config
? – jmunsch