pyrender
pyrender copied to clipboard
Rendering problem
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
When I test Pyrender sample code in my PC then I'm getting below error. Its due to EGL
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.
Hi, I know it was a long time ago. I just wonder could Python 3.7 or 3.8 works now? Thanks a lot!
hi , did you solve this problem?