ImperialCollegeLondon / sharpy

Simulation of High Aspect Ratio aeroplanes and wind turbines in Python: a nonlinear aeroelastic code
https://imperial.ac.uk/aeroelastics/sharpy
BSD 3-Clause "New" or "Revised" License
123 stars 58 forks source link

Solving Environment gets killed. #268

Closed aash-r closed 11 months ago

aash-r commented 11 months ago

OS: Ubuntu 22.04.3 I installed Anaconda, Git and Gfortran. The conda environment was activated. (base) root@chevron:

I cloned the repository and followed the steps as mentioned on the website:

(base) root@chevron:/home/SHARPy# cd sharpy/utils (base) root@chevron:/home/SHARPy/sharpy/utils# conda env create -f environment.yml Collecting package metadata (repodata.json): done Solving environment: \ Killed

kccwing commented 11 months ago

Hello @aash-r, thanks for using SHARPy! How much RAM do you have on your Ubuntu machine/VM? Right now we recommend at least 16GB of RAM for conda to solve the environment properly. We are investigating and will be patching this soon - if you don't have access to extra RAM could you please use v2.1 for now? Thanks!

aash-r commented 11 months ago

Thank you for your response. I will try increasing the RAM allocation to my virtualbox and try out v2.1 if the issue still persists. Thank you!

aash-r commented 11 months ago

Hi @kccwing, increasing RAM works. The solving environment was complete. Thank you!

kccwing commented 11 months ago

No worries, thank you very much @aash-r!