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
ERROR: /home/creapai/work/tensorflow_r2.4/tensorflow/lite/delegates/gpu/BUILD:232:1: C++ compilation of rule '//tensorflow/lite/delegates/gpu:delegate' failed (Exit 1)
In file included from ./tensorflow/lite/delegates/gpu/api.h:50,
from tensorflow/lite/delegates/gpu/delegate.cc:28:
./tensorflow/lite/delegates/gpu/gl/portable_gl31.h:21:10: fatal error: EGL/egl.h: No such file or directory
#include <EGL/egl.h>
^~~~~~~~~~~
compilation terminated.
Target //tensorflow/lite/delegates/gpu:libtensorflowlite_gpu_delegate.so failed to build
The text was updated successfully, but these errors were encountered:
Same error even after installing libgles2-mesa-dev
(ai) root@gpu-3:~/work# apt install libgles2-mesa-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libgles2-mesa-dev is already the newest version (20.0.8-0ubuntu1~18.04.1).
The text was updated successfully, but these errors were encountered: