You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed aerosandbox[full] on my mac m1 with python 3.11.19 with anaconda. Everything fails sooner or later. All the test fail instantly and tutorial programs that i tried to make take a while but eventually get the same error: zsh: killed (whatever I ran in the terminal)
I probably just missed some stupid thing or forgot to install something but i am quite new and i couldnt find anything online
Operating System: sonoma 14.4
Python Version: 3.11.19 (also tested 3.12.6 and 3.8.19)
AeroSandbox Version: 4.2.6
The text was updated successfully, but these errors were encountered:
The zsh: killed error usually indicates that the process was terminated by the operating system, which can happen due to insufficient memory, a bad allocation, or other resource constraints. Since you're running an M1 Mac with a fairly new operating system (Sonoma 14.4), this could also be related to compatibility with certain libraries used by AeroSandbox. However, none of the dependencies jump out immediately as potential culprits here.
I don't have access to a M1 Mac, so unfortunately can't provide too much direct help here (though other users may be able to).
A few general questions that may be useful:
How narrowly can you isolate this issue? Is it only occuring with aerosandbox? If so, how far into a script can you execute before the OS kills it - exactly which line causes the failure?
Are there any warning messages during install?
If the above doesn't help, it might be worth binary-searching the dependencies to try to see if you can pin down a common cause.
I just installed aerosandbox[full] on my mac m1 with python 3.11.19 with anaconda. Everything fails sooner or later. All the test fail instantly and tutorial programs that i tried to make take a while but eventually get the same error: zsh: killed (whatever I ran in the terminal)
I probably just missed some stupid thing or forgot to install something but i am quite new and i couldnt find anything online
The text was updated successfully, but these errors were encountered: