iw4p / torrentp

Python torrent downloader - Download from torrent with .torrent file or magnet link, with just 3 lines of python code.
Other
141 stars 28 forks source link

Pip dependency resolution #6

Closed CobraCabbe-CTRL closed 1 month ago

CobraCabbe-CTRL commented 11 months ago

When downloading the package using pip install torrentp the terminal spits out this: image None of the fixes work and it seems that i need to install libtorrent before this

iw4p commented 11 months ago

Hi, It is fine on Colab.

Screenshot 2023-07-14 at 10 22 56 PM

I suggest you to choose the .whl based on your OS from here And you can install it with the URL of .whl file like this:

pip install https://files.pythonhosted.org/packages/5e/36/25edad77d9d66ad58bc3bacc37a1c475a72cb2fe73c64c4378b1680081aa/libtorrent-2.0.9-cp310-cp310-win_amd64.whl

You have to be careful about the cp** for example cp37 means python3.7

iw4p commented 11 months ago

Also, another option is downgrading your python version.

RaviRCoder commented 10 months ago

it's the issue with libtorrent issue in windows this same error shows me and i can't find any solution or other way but it works with Linux

iw4p commented 10 months ago

it's the issue with libtorrent issue in windows this same error shows me and i can't find any solution or other way but it works with Linux

LONG LIVE LINUX