Florian-Barthel/splatviz

how can I fix GLFWError: (65544) b'X11: The DISPLAY environment variable is missing'

Closed this issue · 2 comments

When I run python main.py --data_path="path/to/directory/with/gaussian/objects happen that
屏幕截图 2024-03-09 151913

Hi,
it looks like the display env variable is not set properly. Try running this line before launching main.py:

export DISPLAY=:0.0

(from https://stackoverflow.com/questions/662421/no-x11-display-variable-what-does-it-mean)

thanks! I fix it.