deluge does not work

Non release banter
Kulle
Warlord
Warlord
Posts: 594
Joined: 28 Jan 2017, 10:39
Distribution: v4.0 64bit Xfce
Location: Berlin

deluge does not work

Post#1 by Kulle » 18 Aug 2019, 14:11

I created via usm deluge-1.3.15-x86_64-1ponce.xzm
But it does not work:

Code: Select all

root@porteus:/home/guest# deluge
Traceback (most recent call last):
  File "/usr/bin/deluge", line 5, in <module>
    from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
Does anyone have a solution?
Many thanks.

raja
Shogun
Shogun
Posts: 434
Joined: 02 May 2017, 09:51
Distribution: v3.2.2-32 and Porteus-Artix-64
Location: Chennai,India

deluge does not work

Post#2 by raja » 18 Aug 2019, 17:27

Look for pkg_resources directory under /usr/lib64/python3.7/site-packages. The m/c set up for python, of the person who compiled this package and yours are different,if this is not available.

You will be able to run the entry script from terminal by looking at deluge start script in /usr/bin. There may be an entry for the load entry py.

or, get python package from ponce, copy pkg_resources directory, to your m/c and try.
Linux Kernel-4.4.272 -32 bit; Linux Kernel-5.4.185 - 64 bit

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

deluge does not work

Post#3 by beny » 18 Aug 2019, 19:29

hi Kulle, you need : Mako libtorrent-rasterbar pyOpenSSL python-chardet python-twisted pyxdg,but not all packages are available via slackbuild and isn't enough you need also twisted,if you don't mind,can use the python installer for the deps:pip install... what you need.

Post Reply