RPI: Not able to complete Installation
See original GitHub issueFollowed 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:
- Created 4 years ago
- Comments:7 (1 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
@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.