Installing posthoganalytics from source fails:
$ docker run --rm python:3.12 pip install --no-binary :all: posthoganalytics
...
ModuleNotFoundError: No module named 'version'
The published 7.18.1 sdist does not contain the version.py that setup.py imports — but an sdist built from current HEAD includes it and installs cleanly (verified). So this looks like a release-tooling artifact rather than a code bug: the next release built the normal way should fix it, no code change needed.
Found while build-checking popular PyPI packages for source-install breakage (wheelproof); claims verified twice in clean python:3.12 containers.
Installing posthoganalytics from source fails:
The published 7.18.1 sdist does not contain the version.py that setup.py imports — but an sdist built from current HEAD includes it and installs cleanly (verified). So this looks like a release-tooling artifact rather than a code bug: the next release built the normal way should fix it, no code change needed.
Found while build-checking popular PyPI packages for source-install breakage (wheelproof); claims verified twice in clean python:3.12 containers.