-
Notifications
You must be signed in to change notification settings - Fork 114
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
'NoneType' object has no attribute 'glGetError' #201
Comments
can you share what OS and python version? |
we have used docker for the myochallenge (see here) and worked with a very simple setting can you please share your docker container setup to replicate the issue? |
I used the docker with cuda11.8_conda3_unbuntu22.0, and create container from it. Actually I can run the test |
And I installed myosuite following the advanced instruction. |
for our CI test we use sudo apt-get install -y xvfb x11-xserver-utils
sudo /usr/bin/Xvfb $DISPLAY -screen 0 1280x1024x24 & did you try that option? |
@XiaobenLi00 did you find a solution? or do you have more info on the issue to help troubleshooting? |
Actually I have solved it. I guess there is a library problem with the docker environment I used before, and I tried another docker images. According to my debugging experience, the opengl lib need a backend, e.g., osmesa, egl, glfw... Different backends may need different dependent libraries and need to handle respectively. Thanks a lot for your reply and consideration! |
I try to run the demo in the tutorials, but I find the following problem
I have tried the solutions in facebookresearch/AnimatedDrawings#99 but it sames not work.
Looking forward to your help!
The text was updated successfully, but these errors were encountered: