question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New version to test - 1.0.7

See original GitHub issue

The 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: image

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:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:15

github_iconTop GitHub Comments

3reactions
dodgyrabbitcommented, Apr 6, 2021

Thank you to everyone who tried it out. I’ve published 1.0.7. https://pypi.org/project/streamdeck-ui/

1reaction
tylerjwcommented, Apr 3, 2021

Installed 1.0.6 and the issue with the missing icons is fixed. 😀

Read more comments on GitHub >

github_iconTop Results From Across the Web

ready-test 1.0.7 vulnerabilities | Snyk - Snyk Vulnerability Database
Learn more about known ready-test 1.0.7 vulnerabilities and licenses ... latest non vulnerable version ... Report a new vulnerability Found a mistake?
Read more >
Version 1.0.7 Release Notes | Fire App Builder
Version 1.0.7 provides Alexa integration, a home screen Watchlist row, search results grid, VAST enhancements, and more. It was released on ...
Read more >
Version 1.0.7 on test branch, page 1 - Forum - GOG.com
(1.0.7 can open old saves, so you can continue your old game). Changelog New Feature - Storage Tent, Storage Hut and Warehouse now...
Read more >
Help needed to test 1.0.7 Savefiles with the new Version ...
As we changed a lot for the whale update, we want to make sure the savefiles of the main version (1.0.7) are still...
Read more >
1.0.7 Beta Version 2 - Shining Rock Software
Here's a new version of the 1.0.7 beta for the modding community. ... so hopefully this will be the last test before an...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found