-
-
Notifications
You must be signed in to change notification settings - Fork 996
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
Comments
having the same problem here. downgrading python to 3.9 worked but now having error
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): |
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. |
sad |
Would anyone be interested in contributing a github workflow that builds the wheel for M1? |
I can contribute for M1 and testing it if anyone has experience or can help.
Sent from [Proton Mail](https://proton.me/mail/home) 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 <<a href=)> 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](#7473 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AHJWWOPKIILFMKQIP4LJ4N3YEN6JXAVCNFSM6AAAAAA2I6R6EKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJQGMZTONBRGM).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I am also struggling from that :-( |
Btw I found the solution for myself |
this is still an issue |
@arvidn What's the essentials for releasing it on MacOS M1 and Windows? Give us an instruction and we'll try to contribute. |
Looks like it's in progress here: #7727 |
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:
I tried to use other versions also, but it does not work.
The text was updated successfully, but these errors were encountered: