Lars

Results 44 comments of Lars

> Where's that wheel from? It's not listed as one of our pre-built wheels on pypi: https://pypi.org/project/qtile/#files I was wondering the same thing. It is not listed there. But pip...

> Presumably piwheels has some automatic build function when a package is added to pypi. However, that's not going to work as, unless the wayland development files are installed in...

> The issue is we don't force the wayland backend to be build because x11 users shouldn't have to install wayland dependencies. Isn't it possible to tell pip to build...

> Try adding `--config-setting backend=wayland` to that command. Thanks, that works: ``` python -m venv qtile-test2 source qtile-test2/bin/activate pip install --no-binary :all: --config-setting backend=wayland qtile[wayland] ls qtile-test2/lib/python3.11/site-packages/libqtile/backend/wayland/ __init__.py __pycache__ _ffi.abi3.so...