This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients Battant, ned.deily, ronaldoussoren
Date 2022-03-10.17:32:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646933527.98.0.663892380479.issue46975@roundup.psfhosted.org>
In-reply-to
Content
Without more details, this is only a guess but the messages seem to indicate that your build is detecting an installed version of the GNU gettext library, which is optional for Python builds and is not provided by default on macOS, and most likely that version is an Intel-only build of the package and its libintl shared library. Check whether you have an outdated version of gettext and libintl*.dylib installed somewhere, perhaps in /usr/local/, possibly via a third-party package manager like Homebrew or MacPorts, and either remove it or update it with a arm64 (or universal2 fat) build.
History
Date User Action Args
2022-03-10 17:32:07ned.deilysetrecipients: + ned.deily, ronaldoussoren, Battant
2022-03-10 17:32:07ned.deilysetmessageid: <1646933527.98.0.663892380479.issue46975@roundup.psfhosted.org>
2022-03-10 17:32:07ned.deilylinkissue46975 messages
2022-03-10 17:32:07ned.deilycreate