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, andrei.avk, jaraco, ned.deily, ronaldoussoren
Date 2022-03-22.22:44:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647989049.22.0.564519223567.issue46975@roundup.psfhosted.org>
In-reply-to
Content
This also applies to any other third-party library that a cpython build may link to, like the OpenSSL libs. Some legacy tools that depend on them may work in Rosetta 2 Intel-64 emulation mode on an Apple Silicon Mac but eventually that will go away so it is important to move away from any inadvertent Rosetta dependencies.

I don't use Homebrew myself but a quick web search comes up with a number of hits on how to proceed. It looks like the general idea is to save your list of installed brew packages, reinstall the base homebrew to install Apple Silicon native versions, and then reinstall the top-level packages you had and want and you should be good to go from there on.
History
Date User Action Args
2022-03-22 22:44:09ned.deilysetrecipients: + ned.deily, ronaldoussoren, jaraco, andrei.avk, Battant
2022-03-22 22:44:09ned.deilysetmessageid: <1647989049.22.0.564519223567.issue46975@roundup.psfhosted.org>
2022-03-22 22:44:09ned.deilylinkissue46975 messages
2022-03-22 22:44:09ned.deilycreate