After updating brew and its dependencies, the application doesn't want to
start anymore
When launching deluge:
{{{
Traceback (most recent call last):
File "/usr/local/bin/deluge", line 8, in <module>
sys.exit(start_ui())
File "/usr/local/lib/python3.7/site-packages/deluge/ui/ui_entry.py",
line 143, in start_ui
ui.start()
File "/usr/local/lib/python3.7/site-
packages/deluge/ui/gtk3/__init__.py", line 43, in start
from .gtkui import GtkUI
File "/usr/local/lib/python3.7/site-packages/deluge/ui/gtk3/gtkui.py",
line 21, in <module>
gi.require_version('Gtk', '3.0') # NOQA: E402
AttributeError: module 'gi' has no attribute 'require_version'
}}}
I'm running the following versions of the dependencies:
pygobject3: stable 3.36.1 (bottled)
gtk+3: stable 3.24.18 (bottled)
libtorrent-rasterbar: stable 1.2.7 (bottled), HEAD
I have treied uninstalling deluge and reinstalling, but that doesn't make
any difference
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3414>
Deluge <https://deluge-torrent.org/>
Deluge Project
* status: new => closed
* resolution: => WontFix
* milestone: needs verified => not applicable
Comment:
This must be a brew packaging issue, it's missing a dependency such as
python-gobject, there is a suggestion here that the py3.7 dependency is
missing but installed for py3.8:
https://dev.gajim.org/gajim/gajim/-/issues/10068
Did this get resolved? If not open an issue on brew site for deluge
package.
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3414#comment:1>