peterdsharpe / AeroSandbox

Aircraft design optimization made fast through computational graph transformations (e.g., automatic differentiation). Composable analysis tools for aerodynamics, propulsion, structures, trajectory design, and much more.
https://peterdsharpe.github.io/AeroSandbox/
MIT License
755 stars 124 forks source link

Aerosandbox kills whenever i try to run a test or anything else #146

Open janibert1 opened 1 month ago

janibert1 commented 1 month ago

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

peterdsharpe commented 1 month ago

Hi @janibert1 ,

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: