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.

RPI: Not able to complete Installation

See original GitHub issue

Followed the installation manual:

pi@raspberrypi:~ $ pip3 install streamdeck_ui
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting streamdeck_ui
  Using cached https://files.pythonhosted.org/packages/98/4d/fe60feaa7b0d5c7afac6da68cfb8b4fd5f48a10e3f9824e3764e7301a5a4/streamdeck_ui-1.0.2-py3-none-any.whl
Collecting pynput<2.0,>=1.4 (from streamdeck_ui)
  Using cached https://files.pythonhosted.org/packages/33/0a/ea13c055a90b1aff5945e7eb330584f15e5282aead15a8f3cdb977a1534e/pynput-1.6.8-py2.py3-none-any.whl
Collecting pyside2<6.0,>=5.13 (from streamdeck_ui)
  Could not find a version that satisfies the requirement pyside2<6.0,>=5.13 (from streamdeck_ui) (from versions: )
No matching distribution found for pyside2<6.0,>=5.13 (from streamdeck_ui)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
new2f7commented, Feb 26, 2022

The version via pip that I used above is very old (0.0.2).

I installed the master version via pip install git+https://github.com/new2f7/streamdeck-ui (PySide2 dependency disabled). Now the UI launches and it seems to work. There is only one warning when launching: libEGL warning: DRI2: failed to authenticate

0reactions
dodgyrabbitcommented, Feb 25, 2022

@new2f7 Can you verify which version of streamdeck-ui you have installed? The call stack suggests it’s not the latest version (1.1.3). I’m not saying it will fix it, but start there.

WRT troubleshooting. The error KeyError: None basically means it could not find the stream deck serial number in the deck[] dictionary. The initialization fo that dictionary is done earlier in the code but not knowing which version you have installed makes it difficult to make progress.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to complete Raspbian Full installation
I'm using a brand new pi 3B+ board with HDMI screen, 64gb SD card and USB K/M. Was able to format SD card...
Read more >
7 Causes for a Raspberry Pi That Won't Boot (And How to Fix ...
Raspberry Pi won't boot? New Raspberry Pi 4 not booting, with no red or green lights? Try these Raspberry Pi troubleshooting tips.
Read more >
The New Method to Setup Raspberry Pi (2022 Update)
Learn the new way to setup your Raspberry Pi device using Raspberry Pi Imager. This video will step you through the exact process...
Read more >
No PC Needed: How to Install Raspberry Pi OS Over the Internet
1. Power on the Raspberry Pi with all peripherals connected, including a monitor and Ethernet. 2. Wait for the Pi's “BIOS” to finish...
Read more >
Installing the operating system - The Raspberry Pi Guide
The first thing to do is to select the Operating System. In general I suggest to choose the Raspberry Pi OS, although a...
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