Setups

poketwo: dependency resolution failed

Resolution failed on 2026-09-13: exited 1 -- Cannot install poketwo and poketwo==0.1.0 because these package versions have conflicting dependencies.

About poketwo

python -m pip install --dry-run --disable-pip-version-check --no-input --report report.json . exited 1 after 24 seconds. It said: Cannot install poketwo and poketwo==0.1.0 because these package versions have conflicting dependencies, ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts.

We cloned the repository at commit 83349975739f from its pyproject.toml 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