Opened 16 months ago
Last modified 13 months ago
#3523 new bug
Pyhon 3.9.2 error in log files
Reported by: | roylaprattep | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | needs verified |
Component: | Core | Version: | 2.0.3 |
Keywords: | Python | Cc: |
Description
I have attached the debug logs of both services.
Debian 11 Deluge-web: 2.0.3 Deluged: 2.0.3 libtorrent: 1.2.9.0
Thank you
Attachments (2)
Change History (10)
Changed 16 months ago by roylaprattep
Changed 16 months ago by roylaprattep
comment:1 Changed 16 months ago by roylaprattep
- Keywords Python added
comment:2 Changed 16 months ago by roylaprattep
- Component changed from Unknown to Core
comment:3 Changed 16 months ago by roylaprattep
- Priority changed from major to critical
comment:4 Changed 16 months ago by roylaprattep
- Component changed from Core to Web UI
- Milestone changed from not applicable to needs verified
comment:5 Changed 16 months ago by roylaprattep
- Component changed from Web UI to Core
comment:6 Changed 16 months ago by Cas
comment:7 Changed 13 months ago by georgefst
I'm having this issue as well with deluge-gtk-2.0.3 on 64-bit Raspberry Pi OS (based on Debian 11 (Bullseye)). I'd be happy to test a newer version. Will I have to build from source?
comment:8 Changed 13 months ago by georgefst
OK, I built 2.1.0 from source, and it works. Nice.
FWIW, some notes on building. I had to replace the various Python packages mentioned in the guide at https://dev.deluge-torrent.org/wiki/Installing/Source with Python 3 versions e.g. python-libtorrent with python3-libtorrent. In fact, all I actually needed for build dependencies was: sudo apt install intltool python3-libtorrent. I think the rest were already present because they weren't autoremove-d after I uninstalled deluge-gtk. python3-notify and python3-glade2 weren't found, but it didn't seem to matter.
Please test with latest 2.0.5 release that has better support for latest Python versions