New version to test - 1.0.7
See original GitHub issueThe currently released version is 1.0.2.
I’ve published a test version 1.0.7 on test.pypi.org for those of you interested to give it a run and provide provide feedback before it’s published on the main repository.
The change log is here
How to upgrade
This assumes you have version 1.0.2 already working on your system. You can confirm your installed version with:
$ pip3 show streamdeck-ui
Name: streamdeck-ui
Version: 1.0.2
Uninstall your current version
$ pip3 uninstall streamdeck-ui
You will need to explicitly install the following dependencies first:
$ pip3 install streamdeck==0.8.4 pynput==1.7.3 pyside2==5.15.2 python3-xlib==0.15 pillow==8.2.0
Next, install the latest version from the test.pypi.org server.
$ pip3 install -i https://test.pypi.org/simple/ streamdeck-ui==1.0.7
If all went well, you can confirm with:
$ pip3 show streamdeck-ui
Name: streamdeck-ui
Version: 1.0.7 🎉
Launch with
$ streamdeck
You can also confirm visually with these differences:
How to downgrade
$ pip3 uninstall streamdeck-ui
Install 1.0.2 from the main repository. It will automatically downgrade the dependencies for 1.0.2
$ pip3 install streamdeck-ui
USB interface
You probably don’t need to do this, if it was working before. For Debian/Ubuntu/Mint you need:
$ sudo apt install python3-pip libhidapi-libusb0
For Fedora you need:
$ sudo dnf install hidapi
If you are running into issues, please open a separate issue and provide as much detail as possible. Steps you took, output, your operating system version, streamdeck version, screenshots - whatever can help. Thanks!
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:15
Thank you to everyone who tried it out. I’ve published 1.0.7. https://pypi.org/project/streamdeck-ui/
Installed 1.0.6 and the issue with the missing icons is fixed. 😀