Deep3DFaceRecon_pytorch icon indicating copy to clipboard operation
Deep3DFaceRecon_pytorch copied to clipboard

/opt/conda/envs/deep3d_pytorch/lib/python3.6/site-packages/nvdiffrast/common/glutil.h:36:10: fatal error: EGL/egl.h: No such file or directory #include <EGL/egl.h> ^~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed.

Open muxiddin19 opened this issue 3 years ago • 7 comments

When I run the test script:

get reconstruction results of example images

python test.py --name=<model_name> --epoch=20 --img_folder=./datasets/examples I faced this issue, Can you give any solution, please?

muxiddin19 avatar Dec 30 '21 00:12 muxiddin19

you can try to update your Graphics driver

sdulyq avatar Apr 16 '22 08:04 sdulyq

当我运行测试脚本时:

获取示例图像的重建结果

python test.py --name=<model_name> --epoch=20 --img_folder=./datasets/examples 我遇到了这个问题,你能给出任何解决方案吗?

When I run the test script:

get reconstruction results of example images

python test.py --name=<model_name> --epoch=20 --img_folder=./datasets/examples I faced this issue, Can you give any solution, please?

Did you solve this problem?

WildPant avatar Apr 24 '22 06:04 WildPant

当我运行测试脚本时:

获取示例图像的重建结果

python test.py --name=<model_name> --epoch=20 --img_folder=./datasets/examples 我遇到了这个问题,你能给出任何解决方案吗?

When I run the test script:

get reconstruction results of example images

python test.py --name=<model_name> --epoch=20 --img_folder=./datasets/examples I faced this issue, Can you give any solution, please?

Did you solve this problem?

Did you solve this problem

SaifeiYan avatar Aug 13 '22 05:08 SaifeiYan

I have the same or similar problem

/anaconda3/envs/deep3d_pytorch/lib/python3.6/site-packages/nvdiffrast/torch/../common/glutil.h:36:10: fatal error: EGL/egl.h: No such file or directory
   36 | #include <EGL/egl.h>

etranger7 avatar Sep 19 '22 22:09 etranger7

I solved my "egh.h: no such file" problem by installing this library: apt-get install libegl1-mesa-dev

etranger7 avatar Sep 20 '22 16:09 etranger7

我通过安装这个库解决了我的“egh.h:没有这样的文件”问题:apt-get install libegl1-mesa-dev

thank you I solve it

LebornCC avatar Mar 24 '23 06:03 LebornCC