timothycrosley / streamdeck-ui

A Linux compatible UI for the Elgato Stream Deck.
https://timothycrosley.github.io/streamdeck-ui/
MIT License
1.13k stars 241 forks source link

fix: works fine on python 3.11 #274

Closed IcedQuinn closed 1 year ago

IcedQuinn commented 1 year ago

Void updated to Python 3.11. I shimmed this version requirement and the package installs and runs.

dodgyrabbit commented 1 year ago

Unfortunately not that simple - pyside2 has a dependency that won't resolve. This has been resolved in 117fc6745984d00c8f5fba75adf5c232e9c5bb5e and a couple of commits after.

IcedQuinn commented 1 year ago

I've been using it with the pyside version rolled back about 0.2 versions. It worked mostly well with just one or two windows that were broken. But nothing outside of PySide was busted.

nice to see that it works here though void updated to py 3.11 and its messed some things up.