mirror of
https://github.com/casualsnek/onthespot.git
synced 2026-04-26 20:45:56 +03:00
[GH-ISSUE #91] [BUG] Generated app does not open in Ventura/M1 #63
Labels
No labels
Feedback requested
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/onthespot#63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @acyment on GitHub (Aug 21, 2023).
Original GitHub issue: https://github.com/casualsnek/onthespot/issues/91
Describe the bug
Generated app does not open in mac OS Ventura using an M1 machine (haven't tried in other macOS versions or with Intel processor though)
To Reproduce
Expected behavior
GUI should appear
System Information (please complete the following information):
Additional context
Apple M1 Pro processor
@casualsnek commented on GitHub (Oct 31, 2023):
Are you using rosetta emulation/compatibility ? PyQt5 currently does not aupport ARM macs so it has to run via emulation. ( Run the whole build process/built binaries inside a rosetta terminal and it should work ).
I will soon be porting ots to use pyqt6 so it should get native support for m1 macs as well !
@acyment commented on GitHub (Oct 31, 2023):
I was not using rosetta. I'll give it a try and report back.
@justine-george commented on GitHub (May 19, 2024):
I built using ./build_mac.sh inside a rosetta terminal (M2). The generated app binary does not open.