{{ message }}
Opensuse - unable to run "python3 -m pip install streamdeck-linux-gui --user" to install streamdeck-UI. #221
Unanswered
fliptoback
asked this question in
Q&A
Replies: 3 comments 1 reply
-
|
Maybe try to install pipx as a system package, then use pipx to install streamdeck-linux-gui (the newer name) from pypi with: pipx install streamdeck-linux-gui |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Hi, streamdeck-linux-gui is on path to deprecation, please read: #203 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
I am trying to install Streamdeck-UI on my tumbleweed with KDE plasma 6.
I followed the instructions on https://github.com/streamdeck-linux-gui/streamdeck-linux-gui/blob/main/docs/installation/opensuse.md
Steps I have done:
sudo zypper install libhidapi-libusb0 python312-devel kernel-devel python311-evdev
This went fine.
python3 -m pip install --upgrade pip
This gives me an error as follows:
sudo wget https://raw.githubusercontent.com/streamdeck-linux-gui/streamdeck-linux-gui/main/udev/60-streamdeck.rules -O /etc/udev/rules.d/60-streamdeck.rules
This went fine
sudo udevadm trigger
This went fine
python3 -m pip install streamdeck-linux-gui --user
This again gives an error:
Not sure what I am doing wrong - appreciate some insight please.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions