PackageNotFoundError: deluge

General support for problems installing or using Deluge
Post Reply
techieboy
New User
New User
Posts: 1
Joined: Fri Jan 07, 2022 7:28 am

PackageNotFoundError: deluge

Post by techieboy »

Distro: Ubuntu Focal LTS

I had a build script working perfectly fine on Ubuntu bonic, But after upgrading to focal, I can't use deluge anymore. This is the error

Code: Select all

Traceback (most recent call last):
  File "/usr/bin/deluged", line 33, in <module>
    sys.exit(load_entry_point('deluge==2.0.3', 'console_scripts', 'deluged')())
  File "/usr/bin/deluged", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
  File "/usr/lib/python3.8/importlib/metadata.py", line 503, in distribution
    return Distribution.from_name(distribution_name)
  File "/usr/lib/python3.8/importlib/metadata.py", line 177, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: deluge
Not quite sure what is missing actually, Any help is appreciated.
Thanks.
Post Reply