pyrender icon indicating copy to clipboard operation
pyrender copied to clipboard

Rendering problem

Open lisa676 opened this issue 4 years ago • 2 comments

Hi @mmatl thanks for such a great work. Actually I'm working on this Github repository which is using Pyrender. As I mentioned in issue of this repository that there is rendering problem in Ubuntu. I tested the code in two different PCs, kindly for detail check this issue. As mentioned in above issue that in one PC rendering is working but in other PC rendering is not working. So is there problem in Nvidia driver? Regarding driver problem I also submitted question in stackoverflow. After a lot of work in Ubuntu then I tried to run pyrender in Windows 10 but unable to run in Windows too. When I install Pyrender then it also install OpenGL 3.1.0 from pip and OpenGL not working even this sample code for OpenGL also not working because from pip there no any DLLs folder in OpenGL installation directory. So I searched out the problem and when I installed OpenGL 3.1.5 from whl from this link then sample code for OpenGL is working fine and also DLLs folder is there in OpenGL. Below is the output

image

When I test Pyrender sample code in my PC then I'm getting below error. Its due to EGL

image

My system environment is Windows 10, Anaconda Python (test with) 3.7 and 3.8. RTX2060 with 432.00 driver.

Can you sort out my problem regarding above errors? Waiting for your kind suggestions.

lisa676 avatar Feb 27 '20 02:02 lisa676

Hi, I know it was a long time ago. I just wonder could Python 3.7 or 3.8 works now? Thanks a lot!

HaFred avatar Jul 27 '21 15:07 HaFred

hi , did you solve this problem?

ShamLich avatar Dec 07 '21 05:12 ShamLich