You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
This error only occurs in the macOS checks of our GitHub Actions.
https://github.com/Tribler/tribler/actions/runs/8877300524/job/24370607987?pr=8009#step:3:137
Affected PRs:
The text was updated successfully, but these errors were encountered: