Hi,
I created bundle (signed and notarized) using PyInstaller and currently it support only Intel. When I try to run the executable on Mac without Rosetta it fails and not prompt install Rosetta message.
How can I show this message ?
Thanks
Ah, OK, then that won’t work. The Rosetta check is implemented deep in the system, but not that deep. It kicks in for all the common user-level scenarios, including launching the app from the Finder, but code you run from a shell in Terminal goes straight to the kernel (via fork/exec).
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"