Setups

telegram_media_downloader: dependency resolution failed

Resolution failed on 2026-09-13: exited 1 -- Could not find a version that satisfies the requirement PyTgCrypto==1.2.6 (from versions: 1.2.12)

About telegram_media_downloader

python -m pip install --dry-run --disable-pip-version-check --no-input --report report.json -r requirements.txt exited 1 after 8 seconds. It said: Could not find a version that satisfies the requirement PyTgCrypto==1.2.6 (from versions: 1.2.12), No matching distribution found for PyTgCrypto==1.2.6.

We cloned the repository at commit fe7ccdc2cc5f from its requirements.txt and ran it under sandbox-exec -- (deny default) after importing the base BSD profile, reads allowed only under the system and toolchain paths and the scratch directory, writes confined to that scratch directory, the environment replaced with env -i, and lifecycle scripts disabled. The user's home directory is on no allow list. Python 3.14.6, pip 26.1.2. Nothing was installed and nothing was executed from the project: pip was asked to resolve the dependency set and report it, which is an observation about that day and that toolchain and nothing more.

Source