wiki: the sub-3.12 install note said the opposite of what happened - #17
Merged
Conversation
The installation page claimed pre-2026.4.5.3 wheels were yanked so that `pip install autogalaxy` on 3.11 "fails with no matching distribution rather than silently resolving to an ancient version". Silently resolving to an ancient version is exactly what it did — verified on real 3.9/3.10/3.11 venvs. No such yank exists: 396 of 421 autolens releases are live. Corrected to the real cut release (2026.7.29.2), the real behaviour, and the 2026.7.29.1.post1 tombstone that now refuses the install, including the --only-binary=:all: gap it cannot close. Issue: PyAutoLabs/PyAutoHands#238 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
content_sha256 binds the prose to the page's pinned-commit claim, so editing the body without re-stamping fails --check-provenance — which is the point. Stamped with --write-provenance; --check-provenance is now 0 errors across all 41 wiki/core pages. The 101 remaining warnings are the pre-existing "no git checkout resolvable" class from running against a packaged install, not this change. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Phase 2 of PyAutoLabs/PyAutoHands#238.
wiki/core/operations/installation.mdtold the assistant that every pre-2026.4.5.3wheel was yanked, sopip install autogalaxyon 3.11 "fails with no matching distribution rather than silently resolving to an ancient version".Silently resolving to an ancient version is exactly what it did. Verified on real 3.9/3.10/3.11 venvs against PyPI: all three installed the
2026.7.29.1stack, exit 0, no JAX, no warning.There is no such yank — 396 of 421
autolensreleases are live, including the one sub-3.12 pip was landing on.Corrected to: the real cut release (
2026.7.29.2, not2026.4.5.3), the real pre-fix behaviour, and the2026.7.29.1.post1tombstone that now refuses the install — including the--only-binary=:all:gap it cannot close. Explicit pins still resolve on old Pythons, as before.🤖 Generated with Claude Code