CrazyCoder009 / AUTOLYCUS

A simple and quick Torrent to Google Drive Dowloader using Google Colab.
https://cutt.ly/Auto
11 stars 4 forks source link

Getting ModuleNotFoundError while running #1

Closed SnazzyCoder closed 8 months ago

SnazzyCoder commented 3 years ago

While trying this on a fresh account, this error is thrown:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
python3-libtorrent is already the newest version (1.1.5-1build1).
The following package was automatically installed and is no longer required:
  libnvidia-common-460
Use 'apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 40 not upgraded.

---------------------------------------------------------------------------

ModuleNotFoundError                       Traceback (most recent call last)

<ipython-input-2-0e54fbfe1bea> in <module>()
      4 # you can comment the upper !apt line if this is not your first time running this code (psst! reduces waiting time)
      5 
----> 6 import libtorrent as lt
      7 
      8 ses = lt.session()

ModuleNotFoundError: No module named 'libtorrent'
SnazzyCoder commented 3 years ago

Solution

After searching a bot on stack overflow, I found the solution

Just add these lines above on the top

!python -m pip install --upgrade pip setuptools wheel
!python -m pip install lbry-libtorrent

I works like a charm now...

lemonfugu commented 8 months ago

What the scam??

extremecoders-re commented 8 months ago

@lemonfugu Spammers are commenting on issues/pull requests on unmaintained repos and also tagging random GitHub users in the same with link to scam crypto giveaways. The spam comments are eventually deleted but the notification remains.

CrazyCoder009 commented 8 months ago

Hey Thanks for sharing @SnazzyCoder , I know I'm late to correct, here you go.