Page 1 of 1

PackageNotFoundError: deluge

Posted: Fri Jan 07, 2022 7:35 am
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.