Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not install with wayland on Linux Mint 22 #4945

Open
2 tasks done
agoodfellow123 opened this issue Aug 4, 2024 · 7 comments
Open
2 tasks done

Can not install with wayland on Linux Mint 22 #4945

agoodfellow123 opened this issue Aug 4, 2024 · 7 comments

Comments

@agoodfellow123
Copy link

Issue description

I am trying to install Qtile with wayland on Linux Mint 22.
I did install pywlroots from pipx and still I got the error "Backend 'wayland' missing required Python dependencies: wlroots" when I ran "qtile start -b wayland".
Exact same issue persists on FreeBSD, only difference being instead of pipx I used pkg.

Version

0.27.0

Backend

Wayland (experimental)

Config

No response

Logs

No response

Required

  • I have searched past issues to see if this bug has already been reported, and it hasn't been.
  • I understand that people give their precious time for free, and thus I've done my very best to make this problem as easy as possible to investigate.
@jwijenbergh
Copy link
Contributor

You need wlroots on top of pywlroots

@agoodfellow123
Copy link
Author

I have installed all the libwlroots packages including libwlroots-dev with apt. Same problem.

@jwijenbergh
Copy link
Contributor

Ah right I think I see the issue, you can't install pywlroots from pipx, you need to install it with regular pip. Pipx install it in its own environment

@kaistian
Copy link

kaistian commented Aug 4, 2024

Ah right I think I see the issue, you can't install pywlroots from pipx, you need to install it with regular pip. Pipx install it in its own environment

You can with pipx inject it installs packages in an environment, check out man pipx

@jwijenbergh
Copy link
Contributor

Ah right I think I see the issue, you can't install pywlroots from pipx, you need to install it with regular pip. Pipx install it in its own environment

You can with pipx inject it installs packages in an environment, check out man pipx

I doubt OP did that?

@agoodfellow123
Copy link
Author

Is it a good idea to install via pip on Debian based systems? Or a separate environment?

@cr1ogen
Copy link

cr1ogen commented Aug 7, 2024

I don't know why but in Debian I have to compile pywroots from source for it to work and not give that error..
#4325 (comment)_
Try that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants