-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kitty built from source crashes on mac 12.4 #5122
Comments
I'm afraid I dont have the time/interest to support rosetta. That crash |
I'm having the same issue with Intel chip on macOS Monterey 12.6: macOS problem report with logs
Output from logs
|
That's a crash initializing a python module. You are likely building and running against different python interpreters. Use the same python interpreter and you will be fine. |
Yes, that was exactly it. |
i'm trying to buiild kitty from source on mac 12.4. the device has an apple m1 chip, but i'm using rosetta and want to build using x86_64.
here's the result after
make debug
then./kitty/launcher/kitty
:logs
and here's the result after
make asan
then./kitty/launcher/kitty
:logs
The text was updated successfully, but these errors were encountered: