Closed gozu42 closed 6 months ago
This appears to be a bug in ktemkin/even-better-setuptools-git-version which is used to setup/build libgreat.
FWIW, patching collections.Mapping
to collections.abc.Mapping
in the unpacked egg during the build at least unblocks me, but even-better-setup-tools-git-version seems like a bit of a hot potato perhaps. Or maybe I should view the chain of forks as testament to open source perseverance :smiley:
libgreat is not compatible with newer python versions.
it seems to be the change mentioned here:
googling for "python collections.Mapping removed" finds various other projects dealing with the issue, so probably a backwards-compatible way to change this can be found in one of them.