threedle / TextDeformer

MIT License
117 stars 11 forks source link

fatal error: EGL/egl.h: No such file or directory #4

Closed weiyao1996 closed 1 year ago

weiyao1996 commented 1 year ago

Hi,

Thanks for sharing your really nice work! When I run main.py, I met this error related to nvdiffrast. Please let me know if you have any ideas to address this problem. Many thanks.

ChocolateBiscuit commented 1 year ago

Hi,

This seems to be an issue in setting up nvdiffrast. Here is a similar issue: https://github.com/NVlabs/nvdiffrast/issues/56. I would recommend taking a look at their docker file and checking if you're missing any required packages.

kamwoh commented 1 year ago

i faced this error too, solved it with sudo apt-get install libegl1-mesa-dev

weiyao1996 commented 1 year ago

Thank you very much!