Page 1 of 1

raspbian bullseye python3-libtorrent v1.2.9 -> v1.2.16?

Posted: Mon Jul 11, 2022 4:00 pm
by complib2891
managed to use ubuntu focal ppa to upgrade deluged to 2.1.1 with libtorrent at v1.2.9.

facing dependencies issue because raspbian and ubuntu python3 version mismatch, probably also those boost packages, ubuntu impish and above uses *.tar.zst, which is not recognized in raspbian, bullseye's seems to match to impish's python3 versions, i'm at a lost here.

I can only hope that there's a support for raspbian/debian armhf raspberry pi setup. my current workaround is to

Code: Select all

sudo apt-mark hold python3-libtorrent
as upgrading python3-libtorrent will break deluged.