pyrender icon indicating copy to clipboard operation
pyrender copied to clipboard

raise ImportError("Unable to load EGL library", *err.args)

Open JZhao12 opened this issue 3 years ago • 2 comments
trafficstars

Hi

I tried to implement the offscreen rendering with my GPU on Windows but it raised an issue:

raise ImportError("Unable to load EGL library", *err.args)

Could anyone help with this problem?

Many thanks

JZhao12 avatar Mar 02 '22 17:03 JZhao12

Same issue, if anyone could help with choosing a backend that works on Windows that would be great.

Thanks.

jschierl avatar Sep 14 '22 14:09 jschierl

Hi @jschierl

I have not found any solutions so I implemented the rendering in the Ubuntu system, and it could run well.

Hope it could help.

JZhao12 avatar Sep 14 '22 18:09 JZhao12