Python3.6 how to install libtorrent?
问题 Does libtorrent support python3 now? if supported how to install it . I want to code a DHT Crawler with python3 , i don't know why my code alaways got Connection reset by peer error , so i want to use libtorrent , if there are another lib , i'm happy to use it . My biggest problem is , conversing the infohash to torrent file . Could it be a code problem? class Crawler(Maga): async def handler(self, infohash, addr): fetchMetadata(infohash, addr) def fetchMetadata(infohash, addr, timeout=5):