Genesis icon indicating copy to clipboard operation
Genesis copied to clipboard

[ERROR] No display detected. Use `show_viewer=False` for headless mode.

Open 0ndyy opened this issue 11 months ago • 1 comments

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.

0ndyy avatar Dec 26 '24 15:12 0ndyy

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)

alanwang8 avatar Dec 28 '24 23:12 alanwang8

seems related to https://github.com/Genesis-Embodied-AI/Genesis/issues/227

Kashu7100 avatar Dec 29 '24 12:12 Kashu7100

Any progress? I keep having the issue and am not sure how to let Genesis detect a display.

Apande280 avatar Jan 29 '25 03:01 Apande280

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.

Alberthor47 avatar Feb 27 '25 17:02 Alberthor47

In my case, if I run the script within the terminal of VSCODE, it doesn't work. But it works with a normal terminal

y9miao avatar Aug 29 '25 07:08 y9miao

Could you post the entire traceback with logging_level=“debug” ?

duburcqa avatar Aug 30 '25 06:08 duburcqa