arvidn / libtorrent

an efficient feature complete C++ bittorrent implementation

Home Page:http://libtorrent.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR: No matching distribution found for libtorrent

iw4p opened this issue · comments

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

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

import libtorrent

ImportError: DLL load failed while importing libtorrent

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?

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

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.

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