It's installed, python was recently updated it seems and deluge couldn't handle it.
I'm using Artix Linux which is Arch without systemd.
Code: Select all
[user@pc ~]$ deluge
Traceback (most recent call last):
File "/usr/bin/deluge", line 8, in <module>
sys.exit(start_ui())
~~~~~~~~^^
File "/usr/lib/python3.13/site-packages/deluge/ui/ui_entry.py", line 140, in start_ui
ui.start()
~~~~~~~~^^
File "/usr/lib/python3.13/site-packages/deluge/ui/gtk3/__init__.py", line 45, in start
from .gtkui import GtkUI
File "/usr/lib/python3.13/site-packages/deluge/ui/gtk3/gtkui.py", line 50, in <module>
from deluge.ui.tracker_icons import TrackerIcons
File "/usr/lib/python3.13/site-packages/deluge/ui/tracker_icons.py", line 22, in <module>
from deluge.httpdownloader import download_file
File "/usr/lib/python3.13/site-packages/deluge/httpdownloader.py", line 9, in <module>
import cgi
ModuleNotFoundError: No module named 'cgi'
This is what I'm getting now after a fresh -Syu.
Code: Select all
[user@pc ~]$ yay -Qs deluge*
local/deluge 1:2.1.1-8
BitTorrent client with multiple user interfaces in a client/server model
local/deluge-dinit 20211030-4 (dinit-world)
dinit service scripts for deluge
local/deluge-gtk 1:2.1.1-8
GTK UI for Deluge
Python3
Code: Select all
local/python 3.13.1-1
The Python programming language