-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed to EGL with glad. #90
Comments
What can I do to solve "failed to EGL with glad"? |
I am facing same error |
If you want to render in headless mode, make sure $DISPLAY environment variable is unset, otherwise you might have error Failed to EGL with glad, because EGL is sensitive to $DISPLAY environment variable. |
Although I see the 'libEGL' libraries, I am still facing the same error even when I run 'list_egl_options.py' for verification. I have seen in other places that the 'libEGL_nvidia.so*' libraries are also needed. Is that the case? System: Ubuntu 20.04 (WSL) |
systerm: Ubuntu-20.04
GPU: rtx2080Ti
when runing training.py, there is an error:
The text was updated successfully, but these errors were encountered: