[issue42704] [macOS] [python3.7] : platform.machine() returns x86_64 on ARM machine

Ronald Oussoren report at bugs.python.org
Mon Dec 21 10:04:08 EST 2020


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

How did you install python3.7?

Platform.machine() will return "x86_64" when running in Rosetta 3. That is, when python itself is an x86_64 binary.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42704>
_______________________________________


More information about the Python-bugs-list mailing list