-
|
I am using I installed Ignis on a VENV: python -m venv venv
source venv/bin/activate
pip install git+https://github.com/ignis-sh/ignis.gitOn doing: from ignis.services.audio import AudioServiceAn Exception tells me to install How do I install Gvc into the VENV? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Yes, but installing pipewire-pulse makes it's compatible with Pipewire.
You can't, you should install it system-wide. See |
Beta Was this translation helpful? Give feedback.
-
|
I just am going to add my experience here - I found this thread from trying to install on Fedora (used Fedora Everything installer with, I believe, the Workstation preset, which installs GNOME, and installed Niri after through COPR). so hopefully this could be helpful to someone in the future looking for the same thing. l to me although I am not on Void Linux as I was stuck figuring out what needed installation on Fedora 42. Here is what I had to do to build
I also needed
For good measure, here are any potentially related packages I found on my system. |
Beta Was this translation helpful? Give feedback.
Yes, but installing pipewire-pulse makes it's compatible with Pipewire.
You can't, you should install it system-wide. See
ignis-gvc's README for further details on installation.