You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ubuntu 22.04 Python 3.9 RTX 4090
Use SSH(remote desktop )
First,there is a problem that "pyglet.gl.ContextException: Could not create GL context "
and I use this mothed. conda install -c conda-forge libstdcxx-ng
This resolved the initial error, but a new issue has arisen. When running the program, the window successfully pops up, but the content only displays a black screen
Meanwhile, I change this:
but it does't work.
I don't know how to sovle it :(
The text was updated successfully, but these errors were encountered:
Ubuntu 22.04 Python 3.9 RTX 4090
Use SSH(remote desktop )
First,there is a problem that "pyglet.gl.ContextException: Could not create GL context "
and I use this mothed.
conda install -c conda-forge libstdcxx-ng
This resolved the initial error, but a new issue has arisen. When running the program, the window successfully pops up, but the content only displays a black screen
Meanwhile, I change this:
but it does't work.
I don't know how to sovle it :(
The text was updated successfully, but these errors were encountered: