Search found 5 matches
- Tue Sep 19, 2023 1:46 pm
- Forum: Support
- Topic: [Solved] Deluge won't start, ubuntu 22.04
- Replies: 10
- Views: 10772
Re: Deluge won't start, ubuntu 22.04
[...] Easiest fix is to update openssl from pypi, forcing cryptography be downgraded at same time so works i.e. 'sudo pip3 install -U pyopenssl', done. [...] Thanks for reporting, as never heard about this before, and apologies for not just taking your word for it immediately, as you was correct al...
- Mon Sep 18, 2023 2:54 pm
- Forum: Support
- Topic: [Solved] Deluge won't start, ubuntu 22.04
- Replies: 10
- Views: 10772
Re: Deluge won't start, ubuntu 22.04
[...] Edit: I read someone having another error with cryptography despite shouldn't be possible when querying installed version from apt, and he found he had other version locally installed from pip, so could you please to make sure run: python3 -c 'import cryptography; print(cryptography.__version...
- Mon Sep 18, 2023 11:14 am
- Forum: Support
- Topic: [Solved] Deluge won't start, ubuntu 22.04
- Replies: 10
- Views: 10772
Re: Deluge won't start, ubuntu 22.04
[...] Can you check your versions of these please: $ dpkg-query -W python3-{cryptography,openssl} python3-cryptography 3.4.8-1ubuntu2 python3-openssl 21.0.0-1 Done. This is the result: dpkg-query -W python3-{cryptography,openssl} python3-cryptography 3.4.8-1ubuntu2 python3-openssl 21.0.0-1 Edit: is...
- Mon Sep 18, 2023 9:32 am
- Forum: Support
- Topic: [Solved] Deluge won't start, ubuntu 22.04
- Replies: 10
- Views: 10772
Re: Deluge won't start, ubuntu 22.04
Thank you for the quick reply. So, I've to remove python3, you mean? I think openssl is the latest version
But I also have the python2.7, can I "convince" Deluge to use that version?
TY again.
Code: Select all
openssl version
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
TY again.
- Sun Sep 17, 2023 4:21 pm
- Forum: Support
- Topic: [Solved] Deluge won't start, ubuntu 22.04
- Replies: 10
- Views: 10772
[Solved] Deluge won't start, ubuntu 22.04
Hello everyone, I'm new here and please excuse my poor english. I'm using LinuxLite 6.6 based on Ubuntu 22.04 LTS. Deluge worked perfectly, but 3 days ago I buyed an HP M140we MFP and I installed hplip I got from 123.hp.com. Well, after this Deluge won't start. If I try to start from terminal, iI go...