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 ronaldoussoren
Recipients ned.deily, ronaldoussoren, shah.malay04
Date 2020-12-21.15:28:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608564538.79.0.0438601859808.issue42704@roundup.psfhosted.org>
In-reply-to
Content
That installer contains intel (x86_64) binaries. The behaviour of platform.machine() and platform.processor() is expected, due to Rosetta the binary runs as if it is running on an Intel Mac.

There is a "universal2" installer for Python 3.9.1 which will run natively on Arm systems.  The experience with 3th-party packages ("pip install ...") might be a bit rough though: this installer variant is quite new and I expect that most packages with C extensions do not yet have binary wheels for this variant.
History
Date User Action Args
2020-12-21 15:28:58ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, shah.malay04
2020-12-21 15:28:58ronaldoussorensetmessageid: <1608564538.79.0.0438601859808.issue42704@roundup.psfhosted.org>
2020-12-21 15:28:58ronaldoussorenlinkissue42704 messages
2020-12-21 15:28:58ronaldoussorencreate