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

No matching distribution found for libtorrent==1.2.19 for macOS #8011

Closed
drew2a opened this issue Apr 29, 2024 · 1 comment · Fixed by #8012
Closed

No matching distribution found for libtorrent==1.2.19 for macOS #8011

drew2a opened this issue Apr 29, 2024 · 1 comment · Fixed by #8012

Comments

@drew2a
Copy link
Contributor

drew2a commented Apr 29, 2024

This error only occurs in the macOS checks of our GitHub Actions.

ERROR: Ignored the following versions that require a different python version: 3.3 Requires-Python >=3.10; 3.3rc0 Requires-Python >=3.10
ERROR: Could not find a version that satisfies the requirement libtorrent==1.2.19 (from versions: none)
ERROR: No matching distribution found for libtorrent==1.2.19

Notice:  A new release of pip is available: 22.0.4 -> 24.0
Notice:  To update, run: python -m pip install --upgrade pip

https://github.com/Tribler/tribler/actions/runs/8877300524/job/24370607987?pr=8009#step:3:137

Affected PRs:

@drew2a drew2a added this to the 7.15.0 milestone Apr 29, 2024
@drew2a drew2a self-assigned this Apr 29, 2024
@drew2a
Copy link
Contributor Author

drew2a commented Apr 29, 2024

The reason for this error is that the macos-latest label translates to macOS 14 Arm64, which causes it to run on macOS ARM, which is unsupported by libtorrent 1.2x:

Refs:

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

Successfully merging a pull request may close this issue.

1 participant