Genesis
Genesis copied to clipboard
[ERROR] No display detected. Use `show_viewer=False` for headless mode.
I get this error every time, I only tried using the Hello World script, but no luck. I am using wsl2 on windows 10 no cuda. In the .wslconfig guiapplications=true.
Same issue here, I've only tried running the hello_genesis.py script after installation and encountered the same error when I changed line 5 to scene = gs.Scene(show_viewer=True)
seems related to https://github.com/Genesis-Embodied-AI/Genesis/issues/227
Any progress? I keep having the issue and am not sure how to let Genesis detect a display.
I found this post very useful, I was trying to run this hello-world example in Collab, and it seems that the problem is that Collab runs in a remote environment with no access to a local display.
In my case, if I run the script within the terminal of VSCODE, it doesn't work. But it works with a normal terminal
Could you post the entire traceback with logging_level=“debug” ?