DaXBench icon indicating copy to clipboard operation
DaXBench copied to clipboard

Can it run on window?

Open nhauvipp opened this issue 2 years ago • 1 comments

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?

nhauvipp avatar Oct 30 '23 03:10 nhauvipp

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.

siwei0729 avatar Oct 30 '23 14:10 siwei0729