Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: No matching distribution found for libtorrent #7473

Closed
iw4p opened this issue Jul 13, 2023 · 13 comments · Fixed by #7727
Closed

ERROR: No matching distribution found for libtorrent #7473

iw4p opened this issue Jul 13, 2023 · 13 comments · Fixed by #7727

Comments

@iw4p
Copy link

iw4p commented Jul 13, 2023

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
Copy link

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
Copy link
Author

iw4p commented Jul 15, 2023

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
Copy link

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

@iw4p
Copy link
Author

iw4p commented Jul 15, 2023

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
Copy link

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

@PystoyPlayer
Copy link

sad

@arvidn
Copy link
Owner

arvidn commented Nov 14, 2023

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
Copy link
Author

iw4p commented Nov 14, 2023 via email

@alexkutsan
Copy link

I am also struggling from that :-(

@PystoyPlayer
Copy link

PystoyPlayer commented Jan 8, 2024

I am also struggling from that :-(

Btw I found the solution for myself
Try aria2c

@Wamy-Dev
Copy link

this is still an issue

@iw4p
Copy link
Author

iw4p commented Oct 25, 2024

@arvidn What's the essentials for releasing it on MacOS M1 and Windows? Give us an instruction and we'll try to contribute.

@guseggert
Copy link

Looks like it's in progress here: #7727

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants