Can it run on window?
Hello, Impressive project and I want to run on Windows, however windows seems do not have the EGL library as required. However I have encountered this issue: Import Error: ('Unable to load EGL library', "Could not find module 'EGL' (or one of its dependencies). Try using the full path with constructor syntax.", 'EGL', None). Can the code run on Window?
Thank you for your interest in our project!
Currently, we have only tested our code on the Ubuntu 20 system, and thus cannot guarantee its effectiveness on a Windows system without encountering potential issues such as the one you're experiencing.
However, it's worth noting that many Nvidia GPUs do indeed support EGL on Windows. If you're receiving this error message, the issue might be related to your GPU driver installation. We recommend checking your GPU driver installation and ensuring it's installed and configured correctly.
Also, you can also check pyrender that is possiblely the cause of the error.