DearPyGui
DearPyGui copied to clipboard
Fails with wayland
Version of Dear PyGui
Version: 1.10.0 Operating System: Arch Linux (sway, no xwayland)
My Issue/Question
When attempting to run the demo with Wayland (sway, no xwayland), I get the following error:
% python3 demo.py
Glfw Error 65544: X11: The DISPLAY environment variable is missing
Glfw Error 65537: The GLFW library is not initialized
Glfw Error 65537: The GLFW library is not initialized
Glfw Error 65537: The GLFW library is not initialized
python3: /home/runner/work/DearPyGui/DearPyGui/thirdparty/glfw/src/window.c:533: glfwSetWindowPos: Assertion `window != NULL' failed.
zsh: IOT instruction (core dumped) python3 demo.py
Does GLFW have to be compiled to allow for wayland?
I confimed that I have the glfw-wayland
package installed.