arvidn / libtorrent

an efficient feature complete C++ bittorrent implementation
http://libtorrent.org
Other
5.11k stars 989 forks source link

ERROR: No matching distribution found for libtorrent #7473

Open iw4p opened 1 year ago

iw4p commented 1 year ago

pip3 install libtorrent ERROR: Could not find a version that satisfies the requirement libtorrent (from versions: none) ERROR: No matching distribution found for libtorrent

libtorrent version (or branch): 2.0.7

platform/architecture: macOS M1 - Windows 10

compiler and compiler version:

Apple clang version 14.0.3 (clang-1403.0.22.14.1) Target: arm64-apple-darwin22.1.0 Thread model: posix

I tried to install it with pip (which is from torrentp) on both mac and windows and I got this error:

Screenshot 2023-07-13 at 3 27 17 PM

I tried to use other versions also, but it does not work.

Screenshot 2023-07-13 at 3 31 20 PM
pedrodearaujoalvarenga commented 1 year ago

having the same problem here. downgrading python to 3.9 worked but now having error

import libtorrent

ImportError: DLL load failed while importing libtorrent

iw4p commented 1 year ago

having the same problem here. downgrading python to 3.9 worked but now having error

import libtorrent

ImportError: DLL load failed while importing libtorrent

So now you can install it without any problem, but you can not use it at all, right?

pedrodearaujoalvarenga commented 1 year ago

Found way to deal with the problem (in my specific case): Use Google Colab. It is working there.

iw4p commented 1 year ago

Found way to deal with the problem (in my specific case): Use Google Colab. It is working there.

Yes exactly, I tried it and torrentp on Colab yesterday and It was fine.

guseggert commented 12 months ago

The libtorrent PyPI package doesn't include an arm64 version for MacOS, that would need to be released.

PystoyPlayer commented 8 months ago

sad

arvidn commented 8 months ago

Would anyone be interested in contributing a github workflow that builds the wheel for M1? I also seem to recall that the release script may have been failing for the last few releases

iw4p commented 8 months ago

I can contribute for M1 and testing it if anyone has experience or can help.

Sent from Proton Mail for iOS

On Tue, Nov 14, 2023 at 6:02 PM, Arvid Norberg @.***(mailto:On Tue, Nov 14, 2023 at 6:02 PM, Arvid Norberg < wrote:

Would anyone be interested in contributing a github workflow that builds the wheel for M1? I also seem to recall that the release script may have been failing for the last few releases

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

alexkutsan commented 6 months ago

I am also struggling from that :-(

PystoyPlayer commented 6 months ago

I am also struggling from that :-(

Btw I found the solution for myself Try aria2c