-
Notifications
You must be signed in to change notification settings - Fork 558
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
google colab interactive_demo error #13
Comments
I also got the same error connecting through SSH. The error didn't happen when run locally. The bimpy package probably needs to connect to a display to work. |
Yes, bimpy needs system X to be installed. It won't work on headless machines. I'll work on making a remote version of bimpy that would allow interacting with it through browser in the nearest future. |
@podgorskiy |
Hi,
Congratulations & thanks for this paper! I am running interactive_demo on colab and getting non-stop error
ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to compile fragment shader! ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to link shader program! ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to compile vertex shader! ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to compile fragment shader! ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to link shader program! ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to compile vertex shader! ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to compile fragment shader!
Any solution?
Greetings!
The text was updated successfully, but these errors were encountered: