I tried to run this below code in google colabratory:
!apt install python3-libtorrent
import libtorrent as lt
I was able to install python3-libtorrent
. But am unable to import libtorrent. But the import attempt above gave a
ModuleNotFoundError: No module named 'libtorrent'