Search Criteria
Package Details: streamdeck-ui 4.1.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/streamdeck-ui.git (read-only, click to copy) |
---|---|
Package Base: | streamdeck-ui |
Description: | A Linux compatible UI for the Elgato Stream Deck |
Upstream URL: | https://streamdeck-linux-gui.github.io/streamdeck-linux-gui/ |
Keywords: | deck elgato streamdeck streamer streaming |
Licenses: | MIT |
Provides: | streamdeck-ui |
Submitter: | GI_Jack |
Maintainer: | dhtseany |
Last Packager: | dhtseany |
Votes: | 9 |
Popularity: | 0.23 |
First Submitted: | 2021-05-14 15:27 (UTC) |
Last Updated: | 2024-07-23 14:37 (UTC) |
Dependencies (15)
- pyside6
- python-cairosvg
- python-elgato-streamdeckAUR
- python-evdev
- python-filetypeAUR
- python-hidapi (python-hidapi-gitAUR)
- python-importlib-metadata
- python-pillow (python-pillow-gitAUR)
- python-xcffib
- python-xlib
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry (python-poetry-gitAUR) (make)
- python-wheel (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »
BrianAllred commented on 2023-07-12 00:11 (UTC)
There's a
python-pillow95
in the aur you could add as an explicit dependency. It conflicts with the current version, but if a user only needs it for this package, would be a decent workaround.sigmike commented on 2023-07-08 16:17 (UTC)
There's a missing dependency:
extra/python-xcffib
. After installing it I don't get the error message below anymore.thes1lv3r commented on 2023-07-05 16:56 (UTC)
If anyone wants to know how to downgrade packages:
See: - https://wiki.archlinux.org/title/Downgrading_packages#Arch_Linux_Archive - https://wiki.archlinux.org/title/Arch_Linux_Archive#How_to_downgrade_one_package
dhtseany commented on 2023-07-05 10:42 (UTC)
Hi everyone, I'll contact upstream today to see if I should set a required version of python-pillow to 9.5.0-2 or if there's a patch incoming that I can apply instead. I'll be back soon with an update!
BetaQuasi commented on 2023-07-05 03:52 (UTC)
I'm seeing the same error as well, and can confirm a downgrade of pillow addressed it.
pcmoore commented on 2023-07-03 22:01 (UTC)
I'm seeing the same error and downgrading python-pillow to v9.5.0-2 appears to function as a workaround for the time being.
zxcv commented on 2023-07-03 20:16 (UTC)
I am catching this error. It seems to be related to pillow.
dhtseany commented on 2023-06-02 19:54 (UTC)
@xiota Regarding python-setuptools PEP 517 says we're supposed to be moving away from it's use. See this post for more info: https://peps.python.org/pep-0517/
Here's the commit where I made the change: https://aur.archlinux.org/cgit/aur.git/commit/?h=streamdeck-ui&id=d4249bbb19bc63c4c4b8acff269dd4a7e08b1dc2
Thanks for your help maintaining packages on the AUR!
dhtseany commented on 2023-06-02 19:31 (UTC)
Ok I figured it out:
If you're catching the python errors I referenced in an earlier comment it's because of the move from python3.10 to python3.11. To resolve you simply need to do a clean build of all the python package dependencies associated with streamdeck-ui and the errors will clear up. I'll push out the new PKGBUILD with the moved .service shortly. Thanks!
dhtseany commented on 2023-06-02 19:22 (UTC)
@xiota You gave me the idea to try and do a clean build of the python-elgato-streamdeck which for sure moved the module from /usr/lib/python3.10/site-packages/ to /usr/lib/python3.11/site-packages/ however the error persists for me, likely because streamdeck-ui is still sitting in /usr/lib/python3.10/site-packages/. I'm figuring this out now, I should be back with better resolution instructions shortly.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »