You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from /usr/include/dlib/matrix/matrix_conv.h:8:0,
from /usr/include/dlib/matrix.h:13,
from /usr/include/dlib/graph_utils/function_objects.h:7,
from /usr/include/dlib/graph_utils.h:8,
from classify.cc:2:
/usr/include/dlib/matrix/matrix_fft.h:12:10: fatal error: mkl_dfti.h: No such file or directory
#include <mkl_dfti.h>
^~~~~~~~~~~~
compilation terminated.
The text was updated successfully, but these errors were encountered:
sudo apt-get install libdlib-dev libblas-dev libatlas-base-dev liblapack-dev libjpeg-turbo8-dev
successfull
but when i do
go get github.com/Kagami/go-face
github.com/Kagami/go-face
In file included from /usr/include/dlib/matrix/matrix_conv.h:8:0,
from /usr/include/dlib/matrix.h:13,
from /usr/include/dlib/graph_utils/function_objects.h:7,
from /usr/include/dlib/graph_utils.h:8,
from classify.cc:2:
/usr/include/dlib/matrix/matrix_fft.h:12:10: fatal error: mkl_dfti.h: No such file or directory
#include <mkl_dfti.h>
^~~~~~~~~~~~
compilation terminated.
The text was updated successfully, but these errors were encountered: