On the Legion S in SteamOS stable the python backend seems to be not able to start.
[2026-09-17 15:13:18,709][ERROR]: Failed to start RetroDECKY (v1.2.0)!
Traceback (most recent call last):
File "decky_loader/plugin/sandboxed_plugin.py", line 116, in initialize
File "<frozen importlib._bootstrap_external>", line 940, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/home/deck/homebrew/plugins/RetroDECKY/main.py", line 7, in <module>
from server import Server
File "/home/deck/homebrew/plugins/RetroDECKY/py_modules/server.py", line 4, in <module>
from http.server import HTTPServer, SimpleHTTPRequestHandler
ModuleNotFoundError: No module named 'http.server'`
On the Legion S in SteamOS stable the python backend seems to be not able to start.