После обновления потов не запускается delugd. Пишет в лог
Код:
[ERROR ] 15:00:35 main:248 No module named libtorrent
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/deluge/main.py", line 241, in start_daemon
Daemon(options, args)
File "/usr/local/lib/python2.7/site-packages/deluge/core/daemon.py", line 144, in __init__
from deluge.core.core import Core
File "/usr/local/lib/python2.7/site-packages/deluge/core/core.py", line 38, in <module>
from deluge._libtorrent import lt
File "/usr/local/lib/python2.7/site-packages/deluge/_libtorrent.py", line 59, in <module>
import libtorrent as lt
ImportError: No module named libtorrent
Там
Код:
20191216:
AFFECTS: users of python
AUTHOR: antoine@FreeBSD.org
Default version of python3 and python was switched to 3.7.
и
Код:
pkg info | grep libtorrent
deluge-1.3.15,2 Bittorrent client using Python, GTK2, and libtorrent-rasterbar
deluge-cli-1.3.15_9 CLI part of bittorrent client using Python and libtorrent-rasterbar
py27-libtorrent-rasterbar-1.2.2 Python bindings for libtorrent-rasterbar
py37-libtorrent-rasterbar-1.2.2 Python bindings for libtorrent-rasterbar
видимо дело в версиях py27/37-libtorrent-rasterbar-1.2.2. Как его обновить правильно?
Пересобирание этих портов не помогает.
