-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rendering environment error #16
Comments
Hi, sorry for delay in my replies At first glance it seems like versions conflict I will double check within a few days and return back to you |
@LSQsjtu again, many apologies for delay, unfortunately, I have limited capacity to answer the issues in timely manner, but if you still encounter the problem, here is what I found. Here is my setup with versions of libs which successfully render your example: And, I'm using Windows as my OS. It seems like the setup is the same except for CUDA version and OS, so maybe you could try some suggestions from pyrender community: Please, let me know if any of these help! |
Thanks for your reply. It works on Windows, but is still not working on my Linux machine. The rendering error might be my environment error in my environment. Because the EGL is not working on my Linux machine, and I change to OSMesa. |
Unfortunately, I've never tested this on Linux, but I might be soon |
@LSQsjtu In Linux I had to install some non-python packages. On Ubuntu I installed the following with apt: Does that resolve the issue for you? Btw, not sure if there are nvidia versions of these opengl packages. From what I remember 15 years ago, the mesa packages were not nearly as accelerated as the nvidia versions. If you figure out ways to improve the sim on Linux I'd love to know! |
I have tried to install these non-python packages. But the rendering error using mesa still exists. |
Unfortunately, I was not able to reproduce the issue. I have installed the project on RedHat Linux, and it worked flawlessly |
Thanks for your continuous assistance. I believe the main reason lies in my system configuration, so I have switched to the Windows system for simulation rendering and will close this issue. Nevertheless, thank you for your selfless help. |
While testing the garment simulation, I encountered an error when rendering the garment garment_specification.json.
It appears to be an error related to the pyrender version. Could you provide any assistance with the installation of pyrender and PyOpenGL?
I am using Ubuntu 20.04.6 LTS with CUDA 11.3. My Python version is 3.10, Pyrender is at version 0.1.45, and PyOpenGL is at version 3.1.0.
The text was updated successfully, but these errors were encountered: